From 44eb9fcbf4b1301a686ababa415a361396078a08 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Mon, 4 Nov 2002 13:05:19 +0000 Subject: [PATCH] Bugfix: '+z' is compiler (not system) flag --- configure/os/CONFIG.Common.hpux-parisc | 3 --- configure/os/CONFIG.hpux-parisc.hpux-parisc | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/configure/os/CONFIG.Common.hpux-parisc b/configure/os/CONFIG.Common.hpux-parisc index db619932d..5ae893643 100644 --- a/configure/os/CONFIG.Common.hpux-parisc +++ b/configure/os/CONFIG.Common.hpux-parisc @@ -19,9 +19,6 @@ POSIX_LDLIBS_YES += POSIX_LDLIBS_NO += OP_SYS_CPPFLAGS = -D_HPUX_SOURCE -DHP_UX -OP_SYS_CFLAGS = +z -OP_SYS_CXXFLAGS = +z -OP_SYS_LDLIBS += -lpthread SHRLIB_SUFFIX = .sl diff --git a/configure/os/CONFIG.hpux-parisc.hpux-parisc b/configure/os/CONFIG.hpux-parisc.hpux-parisc index 580fc6f32..f185ca5a5 100644 --- a/configure/os/CONFIG.hpux-parisc.hpux-parisc +++ b/configure/os/CONFIG.hpux-parisc.hpux-parisc @@ -21,7 +21,7 @@ CONFORM_CFLAGS_TRAD = -Ac ###################################################### # +DAportable causes portable object code to be created for execution # on different PA-Risc machines -CODE_CFLAGS = +DAportable +CODE_CFLAGS = +DAportable +z WARN_CFLAGS_YES = WARN_CFLAGS_NO = -w OPT_CFLAGS_YES = -O @@ -39,7 +39,7 @@ CONFORM_CXXFLAGS_STRICT = -AA -mt -Aa ###################################################### # +DAportable causes portable object code to be created for execution # on different PA-Risc machines -CODE_CXXFLAGS = +DAportable +CODE_CXXFLAGS = +DAportable +z WARN_CXXFLAGS_YES = +w WARN_CXXFLAGS_NO = OPT_CXXFLAGS_YES = +O3