projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc77369
)
Fix a typo in the selection pattern for the or1knd cpu.
author
Nick Clifton
<nickc@redhat.com>
Tue, 26 Aug 2014 09:22:38 +0000
(10:22 +0100)
committer
Nick Clifton
<nickc@redhat.com>
Tue, 26 Aug 2014 09:27:21 +0000
(10:27 +0100)
* config.bfd: Fix typo in or1knd selection.
bfd/ChangeLog
patch
|
blob
|
history
bfd/config.bfd
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 04b44653f29c61785e0506f9aa334f07b951f227..9e5b6d96ca232f045c6058e1b105d3b76e97422b 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-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
diff --git
a/bfd/config.bfd
b/bfd/config.bfd
index 32720763b001e126ce1d1f338102c1b5e74f3807..4468e4a963a7ed9c32dc4404b6bd1a9d77c62ef2 100644
(file)
--- 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* | or1k
nd
-*-rtems*)
targ_defvec=or1k_elf32_vec
;;