Lines 2-13
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 |
@@ -5172,10 +5172,6 @@ then |
6 |
C_PARSER_FLAGS="-O3 -Wall -Wstrict-prototypes -Wmissing-prototypes $CFLAGS" |
6 |
*3.4*) CFLAGS="-fno-gcse -fno-crossjumping $CFLAGS" ;; |
7 |
CFLAGS="-O3 -fomit-frame-pointer -Wall -Wstrict-prototypes -Wmissing-prototypes $CFLAGS" |
|
|
8 |
case "`$CC --version < /dev/null`" in |
9 |
- *3.4*) CFLAGS="-fno-gcse -fno-crossjumping $CFLAGS" ;; |
10 |
+ gcc-3.4*) CFLAGS="-fno-gcse -fno-crossjumping $CFLAGS" ;; |
11 |
esac |
7 |
esac |
12 |
case "$target_cpu" in |
8 |
case "$target_cpu" in |
13 |
i*86*) |
9 |
- i*86*) |
|
|
10 |
- CFLAGS="-DBP_FREE $CFLAGS" |
11 |
- CXXFLAGS="-DBP_FREE $CXXFLAGS" |
12 |
- ;; |
13 |
sparc*) |
14 |
case "$target_os" in |
15 |
*solaris2-9*) CFLAGS="-mno-app-regs -DOPTIMISE_ALL_REGS_FOR_SPARC=1 $CFLAGS" |