]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2006-10-19 Joseph S. Myers <joseph@codesourcery.com>
authorJoseph Myers <joseph@codesourcery.com>
Thu, 19 Oct 2006 22:36:12 +0000 (22:36 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 19 Oct 2006 22:36:12 +0000 (22:36 +0000)
            Mark Mitchell  <mark@codesourcery.com>

ld/
* configure.tgt (arm*linux*): Support both big- and little-endian.

ChangeLog.csl
ld/configure.tgt

index 6986b135ecc8027b49b5049a197593418cf37697..d33c8bf19f1e30811a7d071aab74d5b14ae691c0 100644 (file)
@@ -1,3 +1,9 @@
+2006-10-19  Joseph S. Myers  <joseph@codesourcery.com>
+            Mark Mitchell  <mark@codesourcery.com>
+
+       ld/
+       * configure.tgt (arm*linux*): Support both big- and little-endian.
+
 2006-10-16  Nathan Sidwell  <nathan@codesourcery.com>
 
        binutils/
index fe41d97a4766aee51395a6fb352c62113dfc78d8..3f6ef0be842aa14c6de78197710d278aac6add17 100644 (file)
@@ -60,11 +60,26 @@ arm-*-elf | arm*-*-eabi*)
 arm*-*-symbianelf*)     targ_emul=armsymbian;;
 arm-*-kaos*)           targ_emul=armelf ;;
 arm9e-*-elf)           targ_emul=armelf ;;
-arm*b-*-linux-*eabi)   targ_emul=armelfb_linux_eabi ;;
-arm*b-*-linux-*)       targ_emul=armelfb_linux; targ_extra_emuls=armelfb ;;
-arm*-*-linux-*eabi)    targ_emul=armelf_linux_eabi ;;
-arm*-*-linux-*)                targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
-arm*-*-uclinux*)       targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
+arm*b-*-linux-*eabi)   targ_emul=armelfb_linux_eabi
+                       targ_extra_emuls=armelf_linux_eabi
+                       targ_extra_libpath=$targ_extra_emuls
+                       ;;
+arm*b-*-linux-*)       targ_emul=armelfb_linux
+                       targ_extra_emuls="armelfb armelf armelf_linux"
+                       targ_extra_libpath="armelf_linux"
+                       ;;
+arm*-*-linux-*eabi)    targ_emul=armelf_linux_eabi
+                       targ_extra_emuls=armelfb_linux_eabi
+                       targ_extra_libpath=$targ_extra_emuls
+                       ;;
+arm*-*-linux-*)                targ_emul=armelf_linux
+                       targ_extra_emuls="armelf armelfb armelfb_linux"
+                       targ_extra_libpath="armelfb_linux"
+                       ;;
+arm*-*-uclinux*)       targ_emul=armelf_linux
+                       targ_extra_emuls="armelf armelfb armelfb_linux"
+                       targ_extra_libpath="armelfb_linux"
+                       ;;
 arm-*-vxworks)         targ_emul=armelf_vxworks ;;
 arm*-*-conix*)         targ_emul=armelf ;;
 thumb-*-linux-* | thumb-*-uclinux*)    targ_emul=armelf_linux; targ_extra_emuls=armelf ;;