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:
0c85d4a
)
configure.in: For VMS target, skip bfd, ld, binutils.
author
Ken Raeburn
<raeburn@cygnus>
Tue, 2 Mar 1993 17:02:35 +0000
(17:02 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Tue, 2 Mar 1993 17:02:35 +0000
(17:02 +0000)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 60aac79e43498d0141bae7bd9110e50fb2a33d0f..bed157f63d2cdcf4e8a2447a9c2529b07cea5fe1 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
+
+ * configure.in: For vms target, skip bfd, ld, binutils.
+
Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
* configure (makesrcdir): If ${srcdir} is relative and not ".",
diff --git
a/configure.in
b/configure.in
index e105aa06b1fbcd6ba58f8dc4589dcc2e4ec244ce..8397d8427f221ea9d879bb0b2020e5be827ed6e7 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-159,6
+159,9
@@
case "${target}" in
*-*-solaris2)
configdirs=`echo ${configdirs} | sed -e 's/ld//;s/gas//'`
;;
+ *-*-vms)
+ configdirs=`echo ${configdirs} | sed -e 's/bfd//;s/ld//;s/binutils//'`
+ ;;
esac