mirror of
https://github.com/zebrajr/postgres.git
synced 2026-01-15 12:15:21 +00:00
Read templates after compiler is detected. Convert all templates to real shell scripts. Rename bsd->openbsd, alpha->osf.
10 lines
135 B
Plaintext
10 lines
135 B
Plaintext
AROPT=crs
|
|
CFLAGS=-O2
|
|
SHARED_LIB=-fpic
|
|
DLSUFFIX=.so
|
|
|
|
case $host_cpu in
|
|
mips*) CFLAGS="$CFLAGS -mips2";;
|
|
alpha*) CPU=alpha;;
|
|
esac
|