mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-02-23 23:24:38 +08:00
updated install-gnuarm4.sh to reflect new convention set by r573
This commit is contained in:
parent
18d4eec685
commit
7fba33fcc4
1 changed files with 1 additions and 1 deletions
|
@ -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=
|
||||
|
|
Loading…
Reference in a new issue