mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Remove duplicate specification of -Ae for HP-UX C compiler.
Autoconf has known about automatically selecting -Ae when needed for quite some time now, so remove the redundant addition in template/hpux. Noted while setting up buildfarm member pademelon.
This commit is contained in:
@ -1,9 +1,10 @@
|
|||||||
# src/template/hpux
|
# src/template/hpux
|
||||||
|
|
||||||
|
# Need this for access to many modern library features
|
||||||
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"
|
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"
|
||||||
|
|
||||||
|
# HP's compiler likes the spelling +O2 not -O2, so adjust default CFLAGS
|
||||||
if test "$GCC" != yes ; then
|
if test "$GCC" != yes ; then
|
||||||
CC="$CC -Ae"
|
|
||||||
CFLAGS="+O2"
|
CFLAGS="+O2"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user