File tree Expand file tree Collapse file tree 5 files changed +1
-10
lines changed Expand file tree Collapse file tree 5 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 1
- if test "$GCC" = yes ; then
2
- CFLAGS="$CFLAGS -pipe"
3
- else
1
+ if test "$GCC" != yes ; then
4
2
case $host_os in
5
3
aix3.2.5 | aix4.1*) ;;
6
4
*) CFLAGS="$CFLAGS -O2 -qlonglong";;
Original file line number Diff line number Diff line change 1
- #CFLAGS="$CFLAGS -pipe"
2
-
3
1
case $host_cpu in
4
2
i?86) CFLAGS="$CFLAGS -m486";;
5
3
esac
Original file line number Diff line number Diff line change 1
- CFLAGS="$CFLAGS -pipe"
2
-
3
1
case $host_cpu in
4
2
alpha*) CFLAGS="$CFLAGS -O";; # alpha has problems with -O2
5
3
esac
Original file line number Diff line number Diff line change 1
- CFLAGS="$CFLAGS -pipe"
2
-
3
1
THREAD_SUPPORT=yes
4
2
NEED_REENTRANT_FUNCS=yes # 1.6 2003-09-14
Original file line number Diff line number Diff line change 1
- CFLAGS="$CFLAGS -pipe"
You can’t perform that action at this time.
0 commit comments