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 if test "$GCC" != yes ; then
CFLAGS="$CFLAGS -pipe"
else
case $host_os in case $host_os in
aix3.2.5 | aix4.1*) ;; aix3.2.5 | aix4.1*) ;;
*) CFLAGS="$CFLAGS -O2 -qlonglong";; *) CFLAGS="$CFLAGS -O2 -qlonglong";;

View File

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

View File

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

View File

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

View File

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