From: dn337t@gmail.com Date: Tue, 3 Jul 2012 13:13:54 +0000 (+0000) Subject: updated install-gnuarm4.sh to reflect new convention set by r573 X-Git-Tag: v1.0.0~175 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/7fba33fcc463aa70319231dd4c7dce16bde23b94 updated install-gnuarm4.sh to reflect new convention set by r573 --- diff --git a/tools/install-gnuarm4.sh b/tools/install-gnuarm4.sh index edc4dfa0..d4fdd2f5 100755 --- a/tools/install-gnuarm4.sh +++ b/tools/install-gnuarm4.sh @@ -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=