Module Name: src
Committed By: mrg
Date: Wed Oct 19 19:09:42 UTC 2016
Modified Files:
src/external/gpl3/binutils/dist/ld: configure.tgt
Log Message:
fix the armeb target list.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/external/gpl3/binutils/dist/ld/configure.tgt:1.25
--- src/external/gpl3/binutils/dist/ld/configure.tgt:1.24 Tue Oct 18 12:52:32 2016
+++ src/external/gpl3/binutils/dist/ld/configure.tgt Wed Oct 19 19:09:42 2016
@@ -111,8 +111,6 @@ arm*-*-netbsdelf*-*eabi*)
targ_emul=armelf_nbsd_eabi;
targ_extra_emuls="armelfb_nbsd_eabi armelf_nbsd_eabihf armelfb_nbsd_eabihf armelf_nbsd armelfb_nbsd armelf armnbsd" ;;
arm*eb-*-netbsdelf*) targ_emul=armelfb_nbsd;
- targ_extra_emuls="armelfb_nbsd armelf" ;;
-armeb-*-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" ;;