summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_hpux.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_hpux.GNU')
-rw-r--r--include/makeinclude/platform_hpux.GNU12
1 files changed, 7 insertions, 5 deletions
diff --git a/include/makeinclude/platform_hpux.GNU b/include/makeinclude/platform_hpux.GNU
index 74b53c5d86b..e27510dca06 100644
--- a/include/makeinclude/platform_hpux.GNU
+++ b/include/makeinclude/platform_hpux.GNU
@@ -1,14 +1,16 @@
-CC = /bin/cc
-CXX = /usr/bin/CC
+CC = /bin/cc -Aa -z
+CXX = /usr/bin/CC -Aa -pta -ptb -z
DLD = $(CXX)
LD = $(CXX)
-PIC =
+PIC = +Z
ARFLAGS = ruv
RANLIB = echo
-CFLAGS = -Aa -z +z $(DCFLAGS)
+CFLAGS = $(DCFLAGS)
LDFLAGS = -L$(WRAPPER_ROOT)/ace -Wl,+s
-CCFLAGS = -Aa -z +z -pta -ptb
+LIBS += -lxti
+CCFLAGS =
SOFLAGS = -b
+SOEXT = sl
SOBUILD = @echo ""; \
echo "$(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<"; \
$(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \