mirror of
https://github.com/postgres/postgres.git
synced 2026-04-05 01:07:27 -04:00
14 lines
220 B
Text
14 lines
220 B
Text
CFLAGS='-O2 -pipe'
|
|
|
|
case $host_cpu in
|
|
i?86) CFLAGS="$CFLAGS -m486";;
|
|
esac
|
|
|
|
case $host_os in
|
|
bsdi2.0 | bsdi2.1 | bsdi3*)
|
|
CC=gcc2
|
|
;;
|
|
esac
|
|
|
|
THREAD_SUPPORT=yes
|
|
NEED_REENTRANT_FUNCS=no # verified 4.3 2003-09-26
|