Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfd3d894

Browse files
committed
Remove duplicate specification of -Ae for HP-UX C compiler.
Autoconf has known about automatically selecting -Ae when needed forquite some time now, so remove the redundant addition in template/hpux.Noted while setting up buildfarm member pademelon.
1 parent0139dea commitfd3d894

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/template/hpux

Lines changed: 2 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp