From: Peter Eisentraut Date: Sat, 4 Nov 2000 14:34:54 +0000 (+0000) Subject: Put -Ae into CC not CFLAGS, since it's not optional. X-Git-Tag: REL7_1_BETA~269 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fdf2edc9d9ef5b1eae5b840fa0cb4287be0fa0d;p=postgresql Put -Ae into CC not CFLAGS, since it's not optional. --- diff --git a/src/template/hpux b/src/template/hpux index 2c3754ef7d..3e26ff80db 100644 --- a/src/template/hpux +++ b/src/template/hpux @@ -2,7 +2,6 @@ if test "$GCC" = yes ; then CFLAGS=-O2 CCC=g++ else - CFLAGS=-Ae - CPP='cc -E -Ae' + CC="$CC -Ae" CCC=aCC fi