Bugfix: '+z' is compiler (not system) flag

This commit is contained in:
Ralph Lange
2002-11-04 13:05:19 +00:00
parent c5e9ed8311
commit 44eb9fcbf4
2 changed files with 2 additions and 5 deletions

View File

@@ -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

View File

@@ -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