don't need multilib

This commit is contained in:
Dave Murphy 2017-01-06 19:01:38 +00:00
parent 4e38d36c72
commit 360ad438b8

View File

@ -47,6 +47,7 @@ if [ ! -f configured-binutils ]
then
CFLAGS=$cflags LDFLAGS=$ldflags ../../binutils-$MN_BINUTILS_VER/configure \
--prefix=$prefix --target=mn10200 --disable-nls --disable-debug \
--disable-multilib \
--disable-werror $CROSS_PARAMS \
|| { echo "Error configuing mn10200 binutils"; exit 1; }
touch configured-binutils