summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1997-12-03 13:36:17 +0000
committerSteve Huston <shuston@riverace.com>1997-12-03 13:36:17 +0000
commit2d1bb65134a7aeeb48de1c29a8a9a1cb202a773b (patch)
tree23aeb231bbf8d0cc466fec96a943294809c94e81
parentbe286d16aeaba5df6fd65bd5e62d930a5fef748d (diff)
downloadATCD-2d1bb65134a7aeeb48de1c29a8a9a1cb202a773b.tar.gz
Moved compiler options from DCFLAGS to CCFLAGS to work using debug or not.
-rw-r--r--include/makeinclude/platform_hpux.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_hpux.GNU b/include/makeinclude/platform_hpux.GNU
index cdaaa54fd91..ac463221732 100644
--- a/include/makeinclude/platform_hpux.GNU
+++ b/include/makeinclude/platform_hpux.GNU
@@ -10,8 +10,8 @@ HPUX_VERS := $(join $(word 2,$(HPVERS_WORDS)),$(word 3,$(HPVERS_WORDS)))
CC = /bin/cc
CXX = /usr/bin/CC -pta -ti,/bin/true -tr,/bin/true
CFLAGS = -Aa -z +a1
-CCFLAGS = $(CFLAGS)
-DCFLAGS += -g -D_REENTRANT -DHPUX_VERS=$(HPUX_VERS)
+CCFLAGS = $(CFLAGS) -D_REENTRANT -DHPUX_VERS=$(HPUX_VERS)
+DCFLAGS += -g
DLD = /usr/bin/CC
LD = /usr/bin/CC
PIC = +Z