mirror of
https://github.com/postgres/postgres.git
synced 2025-11-13 00:03:54 -05: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
|