mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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.
This commit is contained in:
14
src/template/hpux
Normal file
14
src/template/hpux
Normal file
@ -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
|
Reference in New Issue
Block a user