From: Nick Clifton Date: Tue, 26 Aug 2014 09:22:38 +0000 (+0100) Subject: Fix a typo in the selection pattern for the or1knd cpu. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0d6d4c820580c7c212946377eb2fb886a3db7281;p=binutils-gdb.git Fix a typo in the selection pattern for the or1knd cpu. * config.bfd: Fix typo in or1knd selection. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 04b44653f29..9e5b6d96ca2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2014-08-26 Nick Clifton + + * config.bfd: Fix typo in or1knd selection. + 2014-08-22 Kai Tietz PR binutils/11822 diff --git a/bfd/config.bfd b/bfd/config.bfd index 32720763b00..4468e4a963a 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -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 ;;