2000-09-06 Philip Blundell <philb@gnu.org>
authorPhil Blundell <philb@gnu.org>
Wed, 6 Sep 2000 20:43:43 +0000 (20:43 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 6 Sep 2000 20:43:43 +0000 (20:43 +0000)
* config.bfd (arm*-*-uclinux*): New target.

bfd/ChangeLog
bfd/config.bfd

index 827de28d54b3bf5c6a1db320fe750a6ab9fcd02f..bda321208a5ad70f47cfdd9d8149e25aabe37d4d 100644 (file)
@@ -1,3 +1,7 @@
+2000-09-06  Philip Blundell  <philb@gnu.org>
+
+       * config.bfd (arm*-*-uclinux*): New target.
+
 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
 
        * configure: Rebuilt with new libtool.m4.
index f34734bce5c4eaaa2953c7d5f701ed3f4b764d8a..4c839d21904e3558fc90057a32ff78996abcbe7e 100644 (file)
@@ -137,7 +137,7 @@ case "${targ}" in
     targ_defvec=bfd_elf32_bigarm_vec
     targ_selvecs=bfd_elf32_littlearm_vec
     ;;
-  arm-*-elf | arm*-*-linux-gnu* | arm*-*-conix*)
+  arm-*-elf | arm*-*-linux-gnu* | arm*-*-conix* | arm*-*-uclinux*)
     targ_defvec=bfd_elf32_littlearm_vec
     targ_selvecs=bfd_elf32_bigarm_vec
     ;;