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

Commit0543af2

Browse files
committed
Fix CFLAGS logic.
1 parentf7e5e9d commit0543af2

File tree

1 file changed

+6
-3
lines changed
  • src/template

1 file changed

+6
-3
lines changed

‎src/template/aix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
if test "$GCC" != yes ; then
22
case $host_os in
3-
aix3.2.5 | aix4.1*) ;;
4-
*) CFLAGS="-O2 -qlonglong";;
3+
aix3.2.5 | aix4.1*)
4+
CFLAGS="-O -qmaxmem=16384 -qsrcmsg"
5+
;;
6+
*)
7+
CFLAGS="-O2 -qmaxmem=16384 -qsrcmsg -qlonglong"
8+
;;
59
esac
6-
CFLAGS="-O -qmaxmem=16384 -qsrcmsg"
710
fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp