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:
8690561
)
2000-09-06 Philip Blundell <philb@gnu.org>
author
Phil Blundell
<philb@gnu.org>
Wed, 6 Sep 2000 20:43:43 +0000
(20:43 +0000)
committer
Phil Blundell
<philb@gnu.org>
Wed, 6 Sep 2000 20:43:43 +0000
(20:43 +0000)
* config.bfd (arm*-*-uclinux*): New target.
bfd/ChangeLog
patch
|
blob
|
history
bfd/config.bfd
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 827de28d54b3bf5c6a1db320fe750a6ab9fcd02f..bda321208a5ad70f47cfdd9d8149e25aabe37d4d 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2000-09-06 Philip Blundell <philb@gnu.org>
+
+ * config.bfd (arm*-*-uclinux*): New target.
+
2000-09-06 Alexandre Oliva <aoliva@redhat.com>
* configure: Rebuilt with new libtool.m4.
diff --git
a/bfd/config.bfd
b/bfd/config.bfd
index f34734bce5c4eaaa2953c7d5f701ed3f4b764d8a..4c839d21904e3558fc90057a32ff78996abcbe7e 100644
(file)
--- a/
bfd/config.bfd
+++ b/
bfd/config.bfd
@@
-137,7
+137,7
@@
case "${targ}" in
targ_defvec=bfd_elf32_bigarm_vec
targ_selvecs=bfd_elf32_littlearm_vec
;;
- arm-*-elf | arm*-*-linux-gnu* | arm*-*-conix*)
+ arm-*-elf | arm*-*-linux-gnu* | arm*-*-conix*
| arm*-*-uclinux*
)
targ_defvec=bfd_elf32_littlearm_vec
targ_selvecs=bfd_elf32_bigarm_vec
;;