1 Index: b/contrib/regression/objs-gcc.sh
2 ===================================================================
3 --- a/contrib/regression/objs-gcc.sh
4 +++ b/contrib/regression/objs-gcc.sh
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 ]
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