Fix a typo in the selection pattern for the or1knd cpu.
* config.bfd: Fix typo in or1knd selection.
This commit is contained in:
parent
bc773698ce
commit
0d6d4c8205
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue