diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-18 10:41:39 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-18 10:41:39 +0000 |
commit | 1255ee64ee58fb5f0acd0bdbf4f0a54afd5ceeaf (patch) | |
tree | 293d34ede70b906b04967ac077e32a8fee4e855b /meta/packages/gcc/gcc-4.1.1/gcc-ignore-cache.patch | |
parent | 402c7dcb2790bd51de9436befe8c273e538be441 (diff) | |
download | poky-1255ee64ee58fb5f0acd0bdbf4f0a54afd5ceeaf.tar.gz |
gcc: Merge in the major cleanup I made in OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4038 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc-4.1.1/gcc-ignore-cache.patch')
-rw-r--r-- | meta/packages/gcc/gcc-4.1.1/gcc-ignore-cache.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/packages/gcc/gcc-4.1.1/gcc-ignore-cache.patch b/meta/packages/gcc/gcc-4.1.1/gcc-ignore-cache.patch deleted file mode 100644 index 396b4b2345..0000000000 --- a/meta/packages/gcc/gcc-4.1.1/gcc-ignore-cache.patch +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | --- /gcc/orig-configure 2007-03-11 21:50:28.000000000 +0200 | ||
2 | +++ /gcc/configure 2007-03-11 21:53:27.000000000 +0200 | ||
3 | @@ -12272,9 +12272,11 @@ | ||
4 | esac | ||
5 | saved_CFLAGS="${CFLAGS}" | ||
6 | CC="${CC_FOR_BUILD}" CFLAGS="${CFLAGS_FOR_BUILD}" \ | ||
7 | + CONFIG_SITE="" | ||
8 | ${realsrcdir}/configure \ | ||
9 | --enable-languages=${enable_languages-all} \ | ||
10 | - --target=$target_alias --host=$build_alias --build=$build_alias | ||
11 | + --target=$target_alias --host=$build_alias --build=$build_alias \ | ||
12 | + --cache-file=./tmp-cache | ||
13 | CFLAGS="${saved_CFLAGS}" | ||
14 | |||
15 | # We just finished tests for the build machine, so rename | ||