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 827de28..bda3212 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 f34734b..4c839d2 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
     ;;