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:
f3ca2a6
)
build gas for mips-dec-bsd
author
Ken Raeburn
<raeburn@cygnus>
Tue, 2 Mar 1993 17:18:03 +0000
(17:18 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Tue, 2 Mar 1993 17:18:03 +0000
(17:18 +0000)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index bed157f63d2cdcf4e8a2447a9c2529b07cea5fe1..3782638324d4b0c33e1399714ba4177a2a2e0a15 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,6
+1,7
@@
Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
- * configure.in: For vms target, skip bfd, ld, binutils.
+ * configure.in: For vms target, skip bfd, ld, binutils. Do build
+ gas for mips-dec-bsd.
Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
diff --git
a/configure.in
b/configure.in
index 8397d8427f221ea9d879bb0b2020e5be827ed6e7..c9702bd14573ee76435337e419c923979b35c041 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-147,6
+147,8
@@
fi
#esac
case "${target}" in
+ mips-dec-bsd*)
+ ;;
mips-*-*)
configdirs=`echo ${configdirs} | sed -e 's/gas//'`
;;