Fix a typo in the selection pattern for the or1knd cpu.
authorNick Clifton <nickc@redhat.com>
Tue, 26 Aug 2014 09:22:38 +0000 (10:22 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 26 Aug 2014 09:27:21 +0000 (10:27 +0100)
* config.bfd: Fix typo in or1knd selection.

bfd/ChangeLog
bfd/config.bfd

index 04b4465..9e5b6d9 100644 (file)
@@ -1,3 +1,7 @@
+2014-08-26  Nick Clifton  <nickc@redhat.com>
+
+       * config.bfd: Fix typo in or1knd selection.
+
 2014-08-22  Kai Tietz  <ktietz@redhat.com>
 
        PR binutils/11822
index 3272076..4468e4a 100644 (file)
@@ -1177,7 +1177,7 @@ case "${targ}" in
     targ_defvec=or1k_elf32_vec
     ;;
 
-  or1knd-*-elf | or1knd-*-linux* | or1k-*-rtems*)
+  or1knd-*-elf | or1knd-*-linux* | or1knd-*-rtems*)
     targ_defvec=or1k_elf32_vec
     ;;