projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7159c5
)
* configure.tgt (*-*-vxworks): Match vxworks* instead.
author
Alan Modra
<amodra@gmail.com>
Tue, 23 Aug 2005 03:23:12 +0000
(
03:23
+0000)
committer
Alan Modra
<amodra@gmail.com>
Tue, 23 Aug 2005 03:23:12 +0000
(
03:23
+0000)
gas/ChangeLog
patch
|
blob
|
history
gas/configure.tgt
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index
43b87a6
..
ac525f3
100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+2005-08-23 Phil Edwards <phil@codesourcery.com>
+
+ * configure.tgt (*-*-vxworks): Match vxworks* instead.
+
2005-08-22 Jan Beulich <jbeulich@novell.com>
* config/tc-i386.c (object_64bit): New.
diff --git
a/gas/configure.tgt
b/gas/configure.tgt
index
b10bcf2
..
fe4b976
100644
(file)
--- a/
gas/configure.tgt
+++ b/
gas/configure.tgt
@@
-382,7
+382,7
@@
case ${generic_target} in
*-*-sim) fmt=coff ;;
*-*-elf | *-*-sysv4* | *-*-solaris*) fmt=elf ;;
*-*-aros*) fmt=elf em=linux ;;
- *-*-vxworks
| *-*-windiss)
fmt=elf em=vxworks ;;
+ *-*-vxworks
* | *-*-windiss)
fmt=elf em=vxworks ;;
*-*-netware) fmt=elf em=netware ;;
esac