diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/configure.tgt | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 24f61abf4e5..94f56b15b1c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2014-08-20 Will Newton <will.newton@linaro.org> + + * configure.tgt: Default armeb-*-eabi* to big endian. + 2014-08-20 Daniel Micay <danielmicay@gmail.com> * emultempl/pep.em: Add --high-entropy-va switch. diff --git a/ld/configure.tgt b/ld/configure.tgt index 33fb378a2f8..fc99a5445f8 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -95,7 +95,8 @@ arm-*-netbsd*) targ_emul=armnbsd; arm-*-nto*) targ_emul=armnto ;; arm-*-openbsd*) targ_emul=armnbsd ;; arm-*-rtems*) targ_emul=armelf ;; -armeb-*-elf) targ_emul=armelfb ;; +armeb-*-elf | armeb-*-eabi*) + targ_emul=armelfb ;; arm-*-elf | arm*-*-eabi*) targ_emul=armelf ;; arm*-*-symbianelf*) targ_emul=armsymbian;; |