mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +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:
10
src/template/sunos4
Normal file
10
src/template/sunos4
Normal file
@@ -0,0 +1,10 @@
|
||||
AROPT=cr
|
||||
DLSUFFIX=.so
|
||||
|
||||
if test "$GCC" = yes ; then
|
||||
CFLAGS=
|
||||
SHARED_LIB=-fPIC
|
||||
else
|
||||
CFLAGS=
|
||||
SHARED_LIB=-PIC
|
||||
fi
|
Reference in New Issue
Block a user