7e51d588ae22e1ad5f6882cccb9bd00fa7649afb
[openwrt/openwrt.git] / toolchain / gdb / patches / arc-2016.03 / 200-arc-fix-target-mask.patch
1 diff --git a/bfd/config.bfd b/bfd/config.bfd
2 index 5145d4a..a9c9c99 100644
3 --- a/bfd/config.bfd
4 +++ b/bfd/config.bfd
5 @@ -275,7 +275,7 @@ case "${targ}" in
6 targ_defvec=am33_elf32_linux_vec
7 ;;
8
9 - arc*-*-elf* | arc*-*-linux-uclibc*)
10 + arc*-*-elf* | arc*-*-linux-*)
11 targ_defvec=arc_elf32_le_vec
12 targ_selvecs=arc_elf32_be_vec
13 ;;