diff options
Diffstat (limited to 'meta/packages/gcc/gcc-4.3.3/cache-amnesia.patch')
| -rw-r--r-- | meta/packages/gcc/gcc-4.3.3/cache-amnesia.patch | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/meta/packages/gcc/gcc-4.3.3/cache-amnesia.patch b/meta/packages/gcc/gcc-4.3.3/cache-amnesia.patch index ef7cd111c5..fb4d1a26d8 100644 --- a/meta/packages/gcc/gcc-4.3.3/cache-amnesia.patch +++ b/meta/packages/gcc/gcc-4.3.3/cache-amnesia.patch | |||
| @@ -1,8 +1,26 @@ | |||
| 1 | diff --git a/gcc/configure b/gcc/configure | 1 | --- |
| 2 | index 44620ab..6e1830c 100755 | 2 | gcc/configure | 2 +- |
| 3 | --- a/gcc/configure | 3 | gcc/configure.ac | 2 +- |
| 4 | +++ b/gcc/configure | 4 | 2 files changed, 2 insertions(+), 2 deletions(-) |
| 5 | @@ -12272,7 +12272,7 @@ else | 5 | |
| 6 | Index: gcc-4.3.1/gcc/configure | ||
| 7 | =================================================================== | ||
| 8 | --- gcc-4.3.1.orig/gcc/configure 2008-08-20 00:27:57.000000000 -0700 | ||
| 9 | +++ gcc-4.3.1/gcc/configure 2008-08-20 00:45:11.000000000 -0700 | ||
| 10 | @@ -12813,7 +12813,7 @@ else | ||
| 11 | esac | ||
| 12 | saved_CFLAGS="${CFLAGS}" | ||
| 13 | CC="${CC_FOR_BUILD}" CFLAGS="${CFLAGS_FOR_BUILD}" \ | ||
| 14 | - ${realsrcdir}/configure \ | ||
| 15 | + CONFIG_SITE= ${realsrcdir}/configure --cache-file=./other.cache \ | ||
| 16 | --enable-languages=${enable_languages-all} \ | ||
| 17 | --target=$target_alias --host=$build_alias --build=$build_alias | ||
| 18 | CFLAGS="${saved_CFLAGS}" | ||
| 19 | Index: gcc-4.3.1/gcc/configure.ac | ||
| 20 | =================================================================== | ||
| 21 | --- gcc-4.3.1.orig/gcc/configure.ac 2008-08-20 00:27:57.000000000 -0700 | ||
| 22 | +++ gcc-4.3.1/gcc/configure.ac 2008-08-20 00:44:52.000000000 -0700 | ||
| 23 | @@ -1480,7 +1480,7 @@ else | ||
| 6 | esac | 24 | esac |
| 7 | saved_CFLAGS="${CFLAGS}" | 25 | saved_CFLAGS="${CFLAGS}" |
| 8 | CC="${CC_FOR_BUILD}" CFLAGS="${CFLAGS_FOR_BUILD}" \ | 26 | CC="${CC_FOR_BUILD}" CFLAGS="${CFLAGS_FOR_BUILD}" \ |
