mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 22:08:41 -04:00
6f64c2e54a
add "check" and "installcheck" targets, straighten out make variable naming of host_os, host_cpu, etc.
9 lines
112 B
Plaintext
9 lines
112 B
Plaintext
AROPT=crs
|
|
CFLAGS=-O2
|
|
SHARED_LIB=-fpic
|
|
DLSUFFIX=.so
|
|
|
|
case $host_cpu in
|
|
mips*) CFLAGS="$CFLAGS -mips2";;
|
|
esac
|