python-cryptography: bump to version 1.7.2
[buildroot-gz.git] / package / gcc / musl-5.4.0 / 100-uclibc-conf.patch
blob73d1f0d3a90a3294e4c974be3f005de563aa89b5
1 Index: b/contrib/regression/objs-gcc.sh
2 ===================================================================
3 --- a/contrib/regression/objs-gcc.sh
4 +++ b/contrib/regression/objs-gcc.sh
5 @@ -106,6 +106,10 @@
6 then
7 make all-gdb all-dejagnu all-ld || exit 1
8 make install-gdb install-dejagnu install-ld || exit 1
9 +elif [ $H_REAL_TARGET = $H_REAL_HOST -a $H_REAL_TARGET = i686-pc-linux-uclibc ]
10 + then
11 + make all-gdb all-dejagnu all-ld || exit 1
12 + make install-gdb install-dejagnu install-ld || exit 1
13 elif [ $H_REAL_TARGET = $H_REAL_HOST ] ; then
14 make bootstrap || exit 1
15 make install || exit 1