use separate binutils version for mn10200

This commit is contained in:
Dave Murphy
2017-01-06 14:31:35 +00:00
parent b4cc3ab98f
commit 4e38d36c72
3 changed files with 8 additions and 1 deletions

View File

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