Remove -pipe from compiles.

This commit is contained in:
Bruce Momjian 2003-10-09 22:55:46 +00:00
parent d8581fbb6b
commit c568b8fbe7
5 changed files with 1 additions and 10 deletions

View File

@ -1,6 +1,4 @@
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";;

View File

@ -1,5 +1,3 @@
#CFLAGS="$CFLAGS -pipe"
case $host_cpu in
i?86) CFLAGS="$CFLAGS -m486";;
esac

View File

@ -1,5 +1,3 @@
CFLAGS="$CFLAGS -pipe"
case $host_cpu in
alpha*) CFLAGS="$CFLAGS -O";; # alpha has problems with -O2
esac

View File

@ -1,4 +1,2 @@
CFLAGS="$CFLAGS -pipe"
THREAD_SUPPORT=yes
NEED_REENTRANT_FUNCS=yes # 1.6 2003-09-14

View File

@ -1 +0,0 @@
CFLAGS="$CFLAGS -pipe"