diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-05-17 08:43:56 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-18 14:32:47 +0100 |
| commit | e080d8e18e62949c046023962ead58109dc7caef (patch) | |
| tree | 03f226753c14ced2b89ab726ba11912111f6ba93 /meta/recipes-devtools/gcc/files/canadian-build-modules-configure.patch | |
| parent | 725acfad7c093708d3d7cd72f8e72fedce4335a4 (diff) | |
| download | poky-e080d8e18e62949c046023962ead58109dc7caef.tar.gz | |
gcc: remove unused patches and move patches in proper dir
gcc: update upstream-status for patches
python: update upstream-status for patches
libtool: update upstream-status of patches
m4: update upstream status for patches
eglibc: remove unused patches
eglibc: update upstream status of patches
glibc: update upstream-status of patches & remove unused patches
(From OE-Core rev: d10df0e5a363fe8b305ffac7e8ac231da8e07552)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/files/canadian-build-modules-configure.patch')
| -rw-r--r-- | meta/recipes-devtools/gcc/files/canadian-build-modules-configure.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-devtools/gcc/files/canadian-build-modules-configure.patch b/meta/recipes-devtools/gcc/files/canadian-build-modules-configure.patch deleted file mode 100644 index 8aede105c5..0000000000 --- a/meta/recipes-devtools/gcc/files/canadian-build-modules-configure.patch +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | diff -urN gcc-4.2.2-orig/gcc/configure gcc-4.2.2/gcc/configure | ||
| 2 | --- gcc-4.2.2-orig/gcc/configure 2008-08-31 23:10:56.000000000 +0200 | ||
| 3 | +++ gcc-4.2.2/gcc/configure 2008-08-31 23:03:02.000000000 +0200 | ||
| 4 | @@ -12716,6 +12716,7 @@ | ||
| 5 | esac | ||
| 6 | saved_CFLAGS="${CFLAGS}" | ||
| 7 | CC="${CC_FOR_BUILD}" CFLAGS="${CFLAGS_FOR_BUILD}" \ | ||
| 8 | + CPP="${CPP_FOR_BUILD}" CPPFLAGS="${CPPFLAGS_FOR_BUILD}" \ | ||
| 9 | CONFIG_SITE= ${realsrcdir}/configure --cache-file=./other.cache \ | ||
| 10 | --enable-languages=${enable_languages-all} \ | ||
| 11 | --target=$target_alias --host=$build_alias --build=$build_alias | ||
| 12 | diff -urN gcc-4.2.2-orig/gcc/configure.ac gcc-4.2.2/gcc/configure.ac | ||
| 13 | --- gcc-4.2.2-orig/gcc/configure.ac 2008-08-31 23:10:53.000000000 +0200 | ||
| 14 | +++ gcc-4.2.2/gcc/configure.ac 2008-08-31 23:03:29.000000000 +0200 | ||
| 15 | @@ -1490,6 +1490,7 @@ | ||
| 16 | esac | ||
| 17 | saved_CFLAGS="${CFLAGS}" | ||
| 18 | CC="${CC_FOR_BUILD}" CFLAGS="${CFLAGS_FOR_BUILD}" \ | ||
| 19 | + CPP="${CPP_FOR_BUILD}" CPPFLAGS="${CPPFLAGS_FOR_BUILD}" \ | ||
| 20 | ${realsrcdir}/configure \ | ||
| 21 | --enable-languages=${enable_languages-all} \ | ||
| 22 | --target=$target_alias --host=$build_alias --build=$build_alias | ||
