summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-5.2/0046-musl-no-fixincludes.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-12-14 06:23:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-22 16:08:49 +0000
commit4b83f1fef986b72c59ac438372c4a576745b9d4f (patch)
tree0c7d793e70eb3bd5704bcf8268321a97a31b6016 /meta/recipes-devtools/gcc/gcc-5.2/0046-musl-no-fixincludes.patch
parent0381b78aa4dfc0d338fba69502e8f03a0c0f21e7 (diff)
downloadpoky-4b83f1fef986b72c59ac438372c4a576745b9d4f.tar.gz
gcc5: Upgrade gcc-5.2 -> gcc-5.3
Minor bugfix upgrade to gcc 5.3 for detailed list of fixes in 5.3 see https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&list_id=132738&resolution=FIXED&target_milestone=5.3 (From OE-Core rev: 8b664a7d6bba89a8221d7fd1a52915fef0002d71) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-5.2/0046-musl-no-fixincludes.patch')
-rw-r--r--meta/recipes-devtools/gcc/gcc-5.2/0046-musl-no-fixincludes.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-5.2/0046-musl-no-fixincludes.patch b/meta/recipes-devtools/gcc/gcc-5.2/0046-musl-no-fixincludes.patch
deleted file mode 100644
index 05fe52f5f5..0000000000
--- a/meta/recipes-devtools/gcc/gcc-5.2/0046-musl-no-fixincludes.patch
+++ /dev/null
@@ -1,22 +0,0 @@
1# HG changeset patch
2# Parent 600a8a422ccaf5627ad1f5a138e7398df2b9e9d8
3Get rid of ever-broken fixincludes on musl.
4
5Upstream-Status: Pending
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7
8
9Index: gcc-4.9-20140316/fixincludes/mkfixinc.sh
10===================================================================
11--- gcc-4.9-20140316.orig/fixincludes/mkfixinc.sh
12+++ gcc-4.9-20140316/fixincludes/mkfixinc.sh
13@@ -19,7 +19,8 @@ case $machine in
14 powerpc-*-eabi* | \
15 powerpc-*-rtems* | \
16 powerpcle-*-eabisim* | \
17- powerpcle-*-eabi* )
18+ powerpcle-*-eabi* | \
19+ *-musl* )
20 # IF there is no include fixing,
21 # THEN create a no-op fixer and exit
22 (echo "#! /bin/sh" ; echo "exit 0" ) > ${target}