diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-04-24 20:27:06 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-04-24 20:27:06 +0200 |
commit | f7edee79a1ccbb94d0ef61ad392d764a600fd5a8 (patch) | |
tree | bb8e2e7b723cd78ab5799cdc33201c2177cbe618 /js/src/Makefile.in | |
parent | 810a3245a8c609c495be4dace044713b9717f0c0 (diff) | |
download | uxp-f7edee79a1ccbb94d0ef61ad392d764a600fd5a8.tar.gz |
Remove build support for HP-UX
Note: 3rd party lib support (NSS, etc.) has not been touched.
Diffstat (limited to 'js/src/Makefile.in')
-rw-r--r-- | js/src/Makefile.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/js/src/Makefile.in b/js/src/Makefile.in index 3be6a67817..b007954b1f 100644 --- a/js/src/Makefile.in +++ b/js/src/Makefile.in @@ -147,13 +147,6 @@ ifeq ($(OS_ARCH),AIX) CFLAGS += -qsuppress=1540-1281 -qsuppress=1540-1608 CXXFLAGS += -qsuppress=1540-1281 -qsuppress=1540-1608 endif -ifeq ($(OS_ARCH),HP-UX) -# Suppress warnings from aCC -# 3055: anonymous unions declaring types -# 4189: offsetof() on non-POD types -CFLAGS += +W3055,4189 -CXXFLAGS += +W3055,4189 -endif endif ifeq ($(OS_ARCH),SunOS) ifeq ($(TARGET_CPU),sparc) |