Remove -pipe from compiles.

REL7_4_STABLE
Bruce Momjian 22 years ago
parent d8581fbb6b
commit c568b8fbe7
  1. 4
      src/template/aix
  2. 2
      src/template/bsdi
  3. 2
      src/template/freebsd
  4. 2
      src/template/netbsd
  5. 1
      src/template/openbsd

@ -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";;

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

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

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

@ -1 +0,0 @@
CFLAGS="$CFLAGS -pipe"
Loading…
Cancel
Save