updated install-gnuarm4.sh to reflect new convention set by r573

This commit is contained in:
dn337t@gmail.com 2012-07-03 13:13:54 +00:00
parent 18d4eec685
commit 7fba33fcc4

View file

@ -50,7 +50,7 @@ GNU_KEYRING_GPG=gnu-keyring.gpg
GNU_KEYRING=ftp://ftp.gnu.org/gnu/${GNU_KEYRING_GPG}
# Common configuration options (i.e., things to pass to 'configure')
COMMON_CFG="--enable-interwork --target=arm-eabi --program-prefix=arm-eabi- --prefix=${DESTDIR} --disable-werror --enable-languages=c,c++ --enable-multilib --disable-shared"
COMMON_CFG="--enable-interwork --target=arm-eabi --program-prefix=arm-none-eabi- --prefix=${DESTDIR} --disable-werror --enable-languages=c,c++ --enable-multilib --disable-shared"
# Extra configuration options for each toolchain component
BINUTILS_CFG=