summaryrefslogtreecommitdiff
path: root/src/template/aix
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-10-09 22:55:46 +0000
committerBruce Momjian <bruce@momjian.us>2003-10-09 22:55:46 +0000
commitc568b8fbe7f8f9e869fc78babbecd22884c7856f (patch)
treedc9fac5497662118e4f694dab024d196e755a67c /src/template/aix
parentd8581fbb6b5f64d9999e304185107fa14a35bc57 (diff)
downloadpostgresql-c568b8fbe7f8f9e869fc78babbecd22884c7856f.tar.gz
Remove -pipe from compiles.
Diffstat (limited to 'src/template/aix')
-rw-r--r--src/template/aix4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/template/aix b/src/template/aix
index bdd7b08cb8..f72be4f9a0 100644
--- a/src/template/aix
+++ b/src/template/aix
@@ -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";;