mirror of
https://github.com/postgres/postgres.git
synced 2026-03-01 04:40:42 -05:00
11 lines
149 B
Text
11 lines
149 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
|