Commit 66871525 authored by Bruce Momjian's avatar Bruce Momjian

Re-add -pipe compile flags for bsd's.

parent b510c442
CFLAGS='-O2 -pipe'
CFLAGS="$CFLAGS -pipe"
case $host_cpu in
i?86) CFLAGS="$CFLAGS -m486";;
......
CFLAGS="$CFLAGS -pipe"
case $host_cpu in
alpha*) CFLAGS="-O";;
alpha*) CFLAGS="$CFLAGS -O";;
esac
THREAD_SUPPORT=yes
......
CFLAGS="$CFLAGS -pipe"
THREAD_SUPPORT=yes
NEED_REENTRANT_FUNCS=yes # 1.6 2003-09-14
CFLAGS="-O2 -I/usr/local/include"
CFLAGS="$CFLAGS -I/usr/local/include"
LIBS="-lunix"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment