diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-08-15 23:12:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-21 12:15:31 +0100 |
commit | b0faebd1f07e1616004bd19664395932e7c2c48f (patch) | |
tree | b22560eca81f271e91e0712cb9a2026460f610d0 /meta/recipes-devtools/gcc/gcc-4.7.inc | |
parent | 91746bab6b29bd7610ae08dfadd6a869c504c62d (diff) | |
download | poky-b0faebd1f07e1616004bd19664395932e7c2c48f.tar.gz |
gcc-cross: Make gcc-cross-initial as the only intermediate gcc stage
Now glibc can be compiled with gcc-cross-initial therefore prepare
the stage to drop gcc-cross-intermediate
Also drop arm-nolibfloat.patch should not be needed anymore
half of changes in this patch are meant for OABI which we dont
use anymore
(From OE-Core rev: 30617bde61a3b0a0944b49a0c9fb7159dacbb19f)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.7.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.7.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index 4ad4819e88..3f133853e8 100644 --- a/meta/recipes-devtools/gcc/gcc-4.7.inc +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc | |||
@@ -52,7 +52,6 @@ SRC_URI = "git://github.com/mirrors/gcc.git;branch=${BRANCH};protocol=git \ | |||
52 | file://306-libstdc++-namespace.patch \ | 52 | file://306-libstdc++-namespace.patch \ |
53 | file://740-sh-pr24836.patch \ | 53 | file://740-sh-pr24836.patch \ |
54 | file://800-arm-bigendian.patch \ | 54 | file://800-arm-bigendian.patch \ |
55 | file://arm-nolibfloat.patch \ | ||
56 | file://gcc-poison-system-directories.patch \ | 55 | file://gcc-poison-system-directories.patch \ |
57 | file://gcc-poison-dir-extend.patch \ | 56 | file://gcc-poison-dir-extend.patch \ |
58 | file://gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \ | 57 | file://gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \ |