diff options
Diffstat (limited to 'src/template/hpux')
-rw-r--r-- | src/template/hpux | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/template/hpux b/src/template/hpux index 91057f3c91..2c3754ef7d 100644 --- a/src/template/hpux +++ b/src/template/hpux @@ -1,14 +1,8 @@ -AROPT=crs -DLSUFFIX=.sl - if test "$GCC" = yes ; then CFLAGS=-O2 - SHARED_LIB=-fPIC - DL_LIB=/usr/lib/libdld.sl CCC=g++ else CFLAGS=-Ae - SHARED_LIB=+z CPP='cc -E -Ae' CCC=aCC fi |