summaryrefslogtreecommitdiff
path: root/src/template/hpux
diff options
context:
space:
mode:
authorPeter Eisentraut2000-07-15 15:54:52 +0000
committerPeter Eisentraut2000-07-15 15:54:52 +0000
commit3eec6ee145976fe0fcecc0199e179d90178daa6d (patch)
tree94f8f2a8c705bff35bde81a55eeb7406be03deca /src/template/hpux
parent739a0566a639bc0e052447f09fafdb8f5bb37d9b (diff)
Rename templates to match names in makefiles/Makefile.* and include/port.
Read templates after compiler is detected. Convert all templates to real shell scripts. Rename bsd->openbsd, alpha->osf.
Diffstat (limited to 'src/template/hpux')
-rw-r--r--src/template/hpux14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/template/hpux b/src/template/hpux
new file mode 100644
index 00000000000..bc3ac1ced86
--- /dev/null
+++ b/src/template/hpux
@@ -0,0 +1,14 @@
+AROPT=crs
+DLSUFFIX=.sl
+
+if test "$GCC" = yes ; then
+ CFLAGS=-O2
+ SHARED_LIB=-fPIC
+ DL_LIB=/usr/lib/libdld.sl
+ CCC=g++
+else
+ CFLAGS='-Wl,-E -Ae'
+ SHARED_LIB=+z
+ CPP='cc -E -Ae'
+ CCC=aCC
+fi