aboutsummaryrefslogtreecommitdiff
blob: 428331f095665c05aa1dc0c39cba7f5888661b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- ld/ChangeLog.orig	2016-04-30 12:24:28.242649530 -0700
+++ ld/ChangeLog	2016-04-30 12:28:09.236004752 -0700
@@ -1,3 +1,8 @@
+2016-04-30  Stephen Arnold <sarnold@vctlabs.com>
+
+	* ld/configure.tgt: Backport and update patch to support
+	big-endian emulation in arm*-*-eabi* configs.
+
 2015-07-21  Tristan Gingold  <gingold@adacore.com>
 
 	* configure: Regenerate.
--- ld/configure.tgt.orig	2016-04-30 12:21:51.664490314 -0700
+++ ld/configure.tgt	2016-04-30 12:24:04.458583055 -0700
@@ -97,8 +97,12 @@
 arm-*-rtems*)		targ_emul=armelf ;;
 armeb-*-elf | armeb-*-eabi*)
 			targ_emul=armelfb ;;
-arm-*-elf | arm*-*-eabi*)
+arm-*-elf)
 	  		targ_emul=armelf ;;
+arm*-*-eabi*)
+			targ_emul=armelf
+			targ_extra_emuls="armelf armelfb"  ;;
+arm*-*-nucleuseabi)     targ_emul=armelf ;;
 arm*-*-symbianelf*)     targ_emul=armsymbian;;
 arm-*-kaos*)		targ_emul=armelf ;;
 arm9e-*-elf)		targ_emul=armelf ;;