diff options
author | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-27 13:43:36 +0000 |
---|---|---|
committer | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-27 13:43:36 +0000 |
commit | 40056de75a13c2608bb8c7d58e87f56b2cd8ef31 (patch) | |
tree | b3854f9ae36734eaf2a1c10f356ea2ab5787329c /include/makeinclude | |
parent | e5e2f413f7e6bec3ef61a824fbcf1c84896d7490 (diff) | |
download | ATCD-40056de75a13c2608bb8c7d58e87f56b2cd8ef31.tar.gz |
ChangeLogTag: Mon Feb 27 07:39:16 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'include/makeinclude')
-rw-r--r-- | include/makeinclude/platform_hpux_aCC.GNU | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_hpux_aCC.GNU b/include/makeinclude/platform_hpux_aCC.GNU index dbaceb528f4..35e99724c77 100644 --- a/include/makeinclude/platform_hpux_aCC.GNU +++ b/include/makeinclude/platform_hpux_aCC.GNU @@ -59,7 +59,7 @@ endif endif # Suppress warning 302 ((...) parameter list is a non-portable feature) -CCFLAGS += $(CFLAGS) $(THR_DEFS) -DHPUX_VERS=$(HPUX_VERS) -DACE_LACKS_PRAGMA_ONCE -w +W302,129 +CCFLAGS += $(THR_DEFS) -DHPUX_VERS=$(HPUX_VERS) -DACE_LACKS_PRAGMA_ONCE -w +W302 # If exception support is explicitly disabled, tell the compiler. # This is not recommended since the run-time library can throw exceptions. @@ -75,7 +75,7 @@ endif ifeq ($(word 2,$(HPVERS_WORDS)), 10) CCFLAGS += +W495,667,829 endif -DCFLAGS += -g +DCCFLAGS += -g DLD = $(CXX) $(CCFLAGS) LD = $(CXX) OCCFLAGS = -O |