diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-07-08 11:34:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:54:01 +0100 |
commit | aa31bcbbc0331948a1037cd2d09c1a900753becc (patch) | |
tree | 65d80f49d6540446b64cd1f747ea8f2df961b6b3 /meta/recipes-devtools/gcc/gcc-4.7.inc | |
parent | 804cebc8b9329523c31bb864d7049f8dc5279a5c (diff) | |
download | poky-aa31bcbbc0331948a1037cd2d09c1a900753becc.tar.gz |
gcc: Convert do_headerfix into a definitive patch
do_headerfix task is essentially editing configuration
headers in sources which can well be maintained as a
patch which is easier to spot errors (if any) than
dynamically edited source tree
(From OE-Core rev: ddd344e9acef88d614473581266569ce14716ccc)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.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, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index a2e9ae0994..7a0d231bd8 100644 --- a/meta/recipes-devtools/gcc/gcc-4.7.inc +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc | |||
@@ -65,6 +65,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};protocol=http \ | |||
65 | file://libgcc-sjlj-check.patch \ | 65 | file://libgcc-sjlj-check.patch \ |
66 | file://cpp-honor-sysroot.patch \ | 66 | file://cpp-honor-sysroot.patch \ |
67 | file://mips64-default-n64.patch \ | 67 | file://mips64-default-n64.patch \ |
68 | file://GLIBC_DYNAMIC_LINKER.patch \ | ||
68 | file://arm-hard-float-loader.patch \ | 69 | file://arm-hard-float-loader.patch \ |
69 | file://gcc-argument-list-too-long.patch \ | 70 | file://gcc-argument-list-too-long.patch \ |
70 | file://fix-g++-sysroot.patch \ | 71 | file://fix-g++-sysroot.patch \ |