Lines 2-8
Link Here
|
2 |
|
2 |
|
3 |
--- configure.orig 2013-01-19 11:48:08 UTC |
3 |
--- configure.orig 2013-01-19 11:48:08 UTC |
4 |
+++ configure |
4 |
+++ configure |
5 |
@@ -5169,7 +5169,7 @@ then |
5 |
@@ -5169,13 +5169,9 @@ then |
6 |
C_PARSER_FLAGS="-O3 -Wall -Wstrict-prototypes -Wmissing-prototypes $CFLAGS" |
6 |
C_PARSER_FLAGS="-O3 -Wall -Wstrict-prototypes -Wmissing-prototypes $CFLAGS" |
7 |
CFLAGS="-O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes $CFLAGS" |
7 |
CFLAGS="-O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes $CFLAGS" |
8 |
case "`$CC --version < /dev/null`" in |
8 |
case "`$CC --version < /dev/null`" in |
Lines 10-13
Link Here
|
10 |
+ gcc-3.4*) CFLAGS="-fno-gcse -fno-crossjumping $CFLAGS" ;; |
10 |
+ gcc-3.4*) CFLAGS="-fno-gcse -fno-crossjumping $CFLAGS" ;; |
11 |
esac |
11 |
esac |
12 |
case "$target_cpu" in |
12 |
case "$target_cpu" in |
13 |
i*86*) |
13 |
- i*86*) |
|
|
14 |
- CFLAGS="-DBP_FREE $CFLAGS" |
15 |
- CXXFLAGS="-DBP_FREE $CXXFLAGS" |
16 |
- ;; |
17 |
sparc*) |
18 |
case "$target_os" in |
19 |
*solaris2-9*) CFLAGS="-mno-app-regs -DOPTIMISE_ALL_REGS_FOR_SPARC=1 $CFLAGS" |