Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fd3d894

Browse files
committed
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.
1 parent 0139dea commit fd3d894

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/template/hpux

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# src/template/hpux
22

3+
# Need this for access to many modern library features
34
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"
45

6+
# HP's compiler likes the spelling +O2 not -O2, so adjust default CFLAGS
57
if test "$GCC" != yes ; then
6-
CC="$CC -Ae"
78
CFLAGS="+O2"
89
fi
910

0 commit comments

Comments
 (0)