Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/dist/ld remove armnbsd which is not s...



details:   https://anonhg.NetBSD.org/src/rev/6738eb33f101
branches:  trunk
changeset: 447026:6738eb33f101
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 28 20:43:25 2018 +0000

description:
remove armnbsd which is not supported anymore.

diffstat:

 external/gpl3/binutils/dist/ld/configure.tgt |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r 69399cff0203 -r 6738eb33f101 external/gpl3/binutils/dist/ld/configure.tgt
--- a/external/gpl3/binutils/dist/ld/configure.tgt      Fri Dec 28 20:12:35 2018 +0000
+++ b/external/gpl3/binutils/dist/ld/configure.tgt      Fri Dec 28 20:43:25 2018 +0000
@@ -113,18 +113,18 @@
                        targ_extra_emuls="armelfb_fbsd armelf" ;;
 arm*eb-*-netbsdelf*-*eabihf*)
                        targ_emul=armelfb_nbsd_eabihf;
-                       targ_extra_emuls="armelf_nbsd_eabihf armelf_nbsd_eabi armelfb_nbsd_eabi armelf_nbsd armelfb_nbsd armelf armnbsd" ;;
+                       targ_extra_emuls="armelf_nbsd_eabihf armelf_nbsd_eabi armelfb_nbsd_eabi armelf_nbsd armelfb_nbsd armelf" ;;
 arm*eb-*-netbsdelf*-*eabi*)
                        targ_emul=armelfb_nbsd_eabi;
-                       targ_extra_emuls="armelf_nbsd_eabi armelf_nbsd_eabihf armelfb_nbsd_eabihf armelf_nbsd armelfb_nbsd armelf armnbsd" ;;
+                       targ_extra_emuls="armelf_nbsd_eabi armelf_nbsd_eabihf armelfb_nbsd_eabihf armelf_nbsd armelfb_nbsd armelf" ;;
 arm*-*-netbsdelf*-*eabihf*)
                        targ_emul=armelf_nbsd_eabihf;
-                       targ_extra_emuls="armelfb_nbsd_eabihf armelf_nbsd_eabi armelfb_nbsd_eabi armelf_nbsd armelfb_nbsd armelf armnbsd" ;;
+                       targ_extra_emuls="armelfb_nbsd_eabihf armelf_nbsd_eabi armelfb_nbsd_eabi armelf_nbsd armelfb_nbsd armelf" ;;
 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" ;;
+                       targ_extra_emuls="armelfb_nbsd_eabi armelf_nbsd_eabihf armelfb_nbsd_eabihf armelf_nbsd armelfb_nbsd armelf" ;;
 arm*eb-*-netbsdelf*)   targ_emul=armelfb_nbsd;
-                       targ_extra_emuls="armelf_nbsd armelf armnbsd" ;;
+                       targ_extra_emuls="armelf_nbsd armelf" ;;
 arm-*-netbsdelf*)      targ_emul=armelf_nbsd;
                        targ_extra_emuls="armelfb_nbsd armelf" ;;
 arm-*-nto*)            targ_emul=armnto ;;



Home | Main Index | Thread Index | Old Index