mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
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
@ -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 New Issue
Block a user