Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/dist/bfd Sync with external/gpl3/binutils/...
details: https://anonhg.NetBSD.org/src/rev/ef766a9e0f27
branches: trunk
changeset: 348534:ef766a9e0f27
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Oct 23 12:43:01 2016 +0000
description:
Sync with external/gpl3/binutils/dist/bfd/config.bfd for arm so we build
in the right vector set
diffstat:
external/gpl3/gdb/dist/bfd/config.bfd | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 2b5cb5911f2b -r ef766a9e0f27 external/gpl3/gdb/dist/bfd/config.bfd
--- a/external/gpl3/gdb/dist/bfd/config.bfd Sun Oct 23 08:24:27 2016 +0000
+++ b/external/gpl3/gdb/dist/bfd/config.bfd Sun Oct 23 12:43:01 2016 +0000
@@ -314,11 +314,11 @@
targ64_selvecs="x86_64_elf32_nacl_vec x86_64_elf64_nacl_vec"
targ_archs="$targ_archs bfd_i386_arch"
;;
- armeb-*-netbsdelf*)
+ arm*eb-*-netbsdelf*)
targ_defvec=arm_elf32_be_vec
targ_selvecs="arm_elf32_le_vec arm_aout_nbsd_vec"
;;
- arm-*-netbsdelf*)
+ arm*-*-netbsdelf*)
targ_defvec=arm_elf32_le_vec
targ_selvecs="arm_elf32_be_vec arm_aout_nbsd_vec"
;;
Home |
Main Index |
Thread Index |
Old Index