diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-02-26 16:40:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-02-26 16:40:12 +0000 |
commit | d417049c4aa711a6b30ea7e14fbf4aca44142661 (patch) | |
tree | bfa689ff87dc5795bcea1bcb95f06733c2b81982 /toolchain/binutils/patches/2.23.1/112-arm-uclibc-gas-needs-libm.patch | |
parent | bfcbabdf159f291f98683d802bff519781cb4fd9 (diff) | |
download | upstream-d417049c4aa711a6b30ea7e14fbf4aca44142661.tar.gz upstream-d417049c4aa711a6b30ea7e14fbf4aca44142661.tar.bz2 upstream-d417049c4aa711a6b30ea7e14fbf4aca44142661.zip |
toolchain/binutils: refresh patches
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35812
Diffstat (limited to 'toolchain/binutils/patches/2.23.1/112-arm-uclibc-gas-needs-libm.patch')
-rw-r--r-- | toolchain/binutils/patches/2.23.1/112-arm-uclibc-gas-needs-libm.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/binutils/patches/2.23.1/112-arm-uclibc-gas-needs-libm.patch b/toolchain/binutils/patches/2.23.1/112-arm-uclibc-gas-needs-libm.patch index a9e435701e..5d0e5ff8ef 100644 --- a/toolchain/binutils/patches/2.23.1/112-arm-uclibc-gas-needs-libm.patch +++ b/toolchain/binutils/patches/2.23.1/112-arm-uclibc-gas-needs-libm.patch @@ -20,7 +20,7 @@ make[4]: *** [as-new] Error 1 --- a/gas/configure.tgt +++ b/gas/configure.tgt -@@ -428,6 +428,12 @@ case ${generic_target} in +@@ -450,6 +450,12 @@ case ${generic_target} in *-*-netware) fmt=elf em=netware ;; esac @@ -31,5 +31,5 @@ make[4]: *** [as-new] Error 1 +esac + case ${cpu_type} in - alpha | arm | i386 | ia64 | microblaze | mips | ns32k | pdp11 | ppc | sparc | z80 | z8k) + aarch64 | alpha | arm | i386 | ia64 | microblaze | mips | ns32k | pdp11 | ppc | sparc | z80 | z8k) bfd_gas=yes |