]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/gcc/musl-5.4.0/100-uclibc-conf.patch
73d1f0d3a90a3294e4c974be3f005de563aa89b5
[coffee/buildroot.git] / package / gcc / musl-5.4.0 / 100-uclibc-conf.patch
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