You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/toolchain/binutils/patches/arc-2016.03/200-arc-fix-target-mask.patch

14 lines
352 B
Diff

diff --git a/bfd/config.bfd b/bfd/config.bfd
index 5145d4a..a9c9c99 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -275,7 +275,7 @@ case "${targ}" in
targ_defvec=am33_elf32_linux_vec
;;
- arc*-*-elf* | arc*-*-linux-uclibc*)
+ arc*-*-elf* | arc*-*-linux-*)
targ_defvec=arc_elf32_le_vec
targ_selvecs=arc_elf32_be_vec
;;