Commit c568b8fb authored by Bruce Momjian's avatar Bruce Momjian

Remove -pipe from compiles.

parent d8581fbb
if test "$GCC" = yes ; then
CFLAGS="$CFLAGS -pipe"
else
if test "$GCC" != yes ; then
case $host_os in
aix3.2.5 | aix4.1*) ;;
*) CFLAGS="$CFLAGS -O2 -qlonglong";;
......
#CFLAGS="$CFLAGS -pipe"
case $host_cpu in
i?86) CFLAGS="$CFLAGS -m486";;
esac
......
CFLAGS="$CFLAGS -pipe"
case $host_cpu in
alpha*) CFLAGS="$CFLAGS -O";; # alpha has problems with -O2
esac
......
CFLAGS="$CFLAGS -pipe"
THREAD_SUPPORT=yes
NEED_REENTRANT_FUNCS=yes # 1.6 2003-09-14
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