Module Name: src
Committed By: matt
Date: Sun Aug 4 22:19:42 UTC 2013
Modified Files:
src/external/gpl3/binutils/dist/ld: configure.tgt
Log Message:
match armv[467]*--netbsdelf*
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/binutils/dist/ld/configure.tgt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/binutils/dist/ld/configure.tgt
diff -u src/external/gpl3/binutils/dist/ld/configure.tgt:1.9 src/external/gpl3/binutils/dist/ld/configure.tgt:1.10
--- src/external/gpl3/binutils/dist/ld/configure.tgt:1.9 Fri Jul 19 16:01:33 2013
+++ src/external/gpl3/binutils/dist/ld/configure.tgt Sun Aug 4 22:19:42 2013
@@ -56,12 +56,13 @@ arm-*-coff) targ_emul=armcoff ;;
arm-*-freebsd* | arm-*-kfreebsd*-gnu)
targ_emul=armelf_fbsd
targ_extra_emuls="armelf" ;;
-armeb-*-netbsdelf*-eabi*)
+arm*eb-*-netbsdelf*-eabi*)
targ_emul=armelfb_nbsd_eabi;
targ_extra_emuls="armelf_nbsd_eabi armelf armnbsd" ;;
-arm-*-netbsdelf*-eabi*) targ_emul=armelf_nbsd_eabi;
+arm*-*-netbsdelf*-eabi*)
+ targ_emul=armelf_nbsd_eabi;
targ_extra_emuls="armelfb_nbsd_eabi armelf armnbsd" ;;
-armeb-*-netbsdelf*) targ_emul=armelfb_nbsd;
+arm*eb-*-netbsdelf*) targ_emul=armelfb_nbsd;
targ_extra_emuls="armelf_nbsd armelf armnbsd" ;;
arm-*-netbsdelf*) targ_emul=armelf_nbsd;
targ_extra_emuls="armelfb_nbsd armelf armnbsd" ;;