diff options
author | Alexey Neyman <stilor@att.net> | 2017-08-17 13:17:50 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-08-17 19:03:19 -0700 |
commit | 08454a985f92e254eed7130be12d3d9e6673c64a (patch) | |
tree | b2dd3d4f9aa42a3d5a96fcfa059acc2f5fb9d308 /packages/gcc/7.1.0/100-uclibc-conf.patch | |
parent | 223a1a47ab855f34401ef68f1c6fa81e2ef74ae8 (diff) | |
download | crosstool-ng-08454a985f92e254eed7130be12d3d9e6673c64a.tar.gz crosstool-ng-08454a985f92e254eed7130be12d3d9e6673c64a.tar.bz2 crosstool-ng-08454a985f92e254eed7130be12d3d9e6673c64a.zip |
GCC: 7.1 -> 7.2
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/gcc/7.1.0/100-uclibc-conf.patch')
-rw-r--r-- | packages/gcc/7.1.0/100-uclibc-conf.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/gcc/7.1.0/100-uclibc-conf.patch b/packages/gcc/7.1.0/100-uclibc-conf.patch deleted file mode 100644 index 73d1f0d3..00000000 --- a/packages/gcc/7.1.0/100-uclibc-conf.patch +++ /dev/null @@ -1,15 +0,0 @@ -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 |