Lines 1-16
Link Here
|
1 |
diff -ruN lame-3.91.orig/configure lame-3.91/configure |
1 |
--- configure Mon Apr 15 12:54:58 2002 |
2 |
--- configure.orig Wed Dec 26 02:59:42 2001 |
2 |
+++ configure Sat Oct 5 17:59:12 2002 |
3 |
+++ configure Thu Aug 15 23:54:44 2002 |
3 |
@@ -5531,24 +5531,3 @@ |
4 |
@@ -5521,12 +5521,6 @@ |
4 |
# from the gcc man pages: "there is no reason to use -pedantic" |
5 |
|
|
|
6 |
|
7 |
if test "x$GCC" = "xyes"; then |
8 |
- # gcc defaults. OS specific options go in versious sections below |
9 |
- # from the gcc man pages: "there is no reason to use -pedantic" |
10 |
- CFLAGS="-Wall -pipe ${CFLAGS}" |
5 |
- CFLAGS="-Wall -pipe ${CFLAGS}" |
11 |
- |
6 |
- |
|
|
7 |
- case "${GCC_version}" in |
8 |
- 2.96*) |
9 |
- # for buggy version of gcc shipped with RH7.1, back of on some |
10 |
- # optimizations |
11 |
- OPTIMIZATION="-O -fomit-frame-pointer -ffast-math \ |
12 |
- -funroll-loops" |
13 |
- ;; |
14 |
- 3.*) |
15 |
- # -funroll-loops seems to produce buggy code with gcc 3.0.3 |
16 |
- OPTIMIZATION="-O -fomit-frame-pointer -ffast-math \ |
17 |
- -funroll-loops -maccumulate-outgoing-args" |
18 |
- ;; |
19 |
- *) |
20 |
- # default |
21 |
- OPTIMIZATION="-O3 -fomit-frame-pointer -ffast-math \ |
22 |
- -funroll-loops" |
23 |
- ;; |
24 |
- esac |
12 |
- |
25 |
- |
13 |
- OPTIMIZATION="-O3 -fomit-frame-pointer -ffast-math -funroll-loops" |
26 |
- |
14 |
case "${GCC_version}" in |
27 |
+ CFLAGS="-Wall -pipe -ffast-math -fomit-frame-pointer ${CFLAGS}" |
15 |
2.96*) |
28 |
|
16 |
# for buggy version of gcc shipped with RH7.1, back of on some |
|
|