Module Name: src
Committed By: christos
Date: Tue Oct 18 12:52:32 UTC 2016
Modified Files:
src/external/gpl3/binutils/dist/ld: configure.tgt
Log Message:
fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 src/external/gpl3/binutils/dist/ld/configure.tgt:1.24
--- src/external/gpl3/binutils/dist/ld/configure.tgt:1.23 Sat Mar 26 04:41:16 2016
+++ src/external/gpl3/binutils/dist/ld/configure.tgt Tue Oct 18 08:52:32 2016
@@ -111,7 +111,7 @@ 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_fbsd armelf" ;;
+ 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;