summaryrefslogtreecommitdiff
path: root/packages/gcc/6.4.0/100-uclibc-conf.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-07-13 17:38:44 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-13 17:38:44 (GMT)
commitd7b1296b16ee15aad8b42ec4dc9766e9e87fe6eb (patch)
treea6251c04324659cc42c705859564408b0ccff944 /packages/gcc/6.4.0/100-uclibc-conf.patch
parent45c5bb0f484cba724be2c6105801dcce9a1a82d9 (diff)
Update to GCC 6.4
Deleted patches have been picked up upstream. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/gcc/6.4.0/100-uclibc-conf.patch')
-rw-r--r--packages/gcc/6.4.0/100-uclibc-conf.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/gcc/6.4.0/100-uclibc-conf.patch b/packages/gcc/6.4.0/100-uclibc-conf.patch
new file mode 100644
index 0000000..73d1f0d
--- /dev/null
+++ b/packages/gcc/6.4.0/100-uclibc-conf.patch
@@ -0,0 +1,15 @@
+Index: b/contrib/regression/objs-gcc.sh
+===================================================================
+--- a/contrib/regression/objs-gcc.sh
++++ b/contrib/regression/objs-gcc.sh
+@@ -106,6 +106,10 @@
+ then
+ make all-gdb all-dejagnu all-ld || exit 1
+ make install-gdb install-dejagnu install-ld || exit 1
++elif [ $H_REAL_TARGET = $H_REAL_HOST -a $H_REAL_TARGET = i686-pc-linux-uclibc ]
++ then
++ make all-gdb all-dejagnu all-ld || exit 1
++ make install-gdb install-dejagnu install-ld || exit 1
+ elif [ $H_REAL_TARGET = $H_REAL_HOST ] ; then
+ make bootstrap || exit 1
+ make install || exit 1