summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_hpux_orbix.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-17 21:32:10 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-17 21:32:10 +0000
commitba303b847c44b8d2f1a6805ce061625f6ccf439d (patch)
tree2a272c4a4b2365af29d51092c8716edfed173e55 /include/makeinclude/platform_hpux_orbix.GNU
parentcf6f7a1ace5b78d768898481476aa4f970d5ebb0 (diff)
downloadATCD-ba303b847c44b8d2f1a6805ce061625f6ccf439d.tar.gz
moved -g out of wrapper_macros.GNU and into each platform file so that -gstabs can be used on SCO
Diffstat (limited to 'include/makeinclude/platform_hpux_orbix.GNU')
-rw-r--r--include/makeinclude/platform_hpux_orbix.GNU5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/makeinclude/platform_hpux_orbix.GNU b/include/makeinclude/platform_hpux_orbix.GNU
index 7fde5f5f05a..c38adae2b36 100644
--- a/include/makeinclude/platform_hpux_orbix.GNU
+++ b/include/makeinclude/platform_hpux_orbix.GNU
@@ -1,15 +1,16 @@
# Assume the existence of Orbix with HP/UX...
CC = /bin/cc
CXX = /usr/bin/CC
+CFLAGS = $(DCFLAGS) -Aa -z +z
+CCFLAGS = $(CFLAGS) -pta -ptb
+DCFLAGS += -g
DLD = $(CXX)
LD = $(CXX)
INCLDIRS = -I$(ORBIX_ROOT)/include
PIC =
ARFLAGS = ruv
RANLIB = echo
-CFLAGS = -Aa -z +z $(DCFLAGS)
LDFLAGS = -L$(ORBIX_ROOT)/lib -L$(WRAPPER_ROOT)/ace -Wl,+s
-CCFLAGS = -Aa -z +z -pta -ptb
SOFLAGS = -b
SOBUILD = @echo ""; \
echo "$(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<"; \