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

Commitef6c33f

Browse files
committed
Finally figured out that HP's cpp won't do ANSI preprocessing constructs
unless you feed it -Aa or -Ae switch. Autoconf does not know about this,but we can fix it in the hpux_cc template file. I knew templates weregood for something ;-)
1 parentf084cc4 commitef6c33f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/template/hpux_cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ DLSUFFIX:.sl
88
YFLAGS:-d
99
YACC:
1010
CC:cc
11+
CPP:cc -E -Ae
1112
# Make aCC be first C++ compiler name tried...
1213
CCC:aCC

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp