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:
7542c0f
)
* configure.in (vax-*-netbsd*): Re-enable gas.
author
Jason Thorpe
<thorpej@netbsd.org>
Sun, 9 Jun 2002 01:32:19 +0000
(
01:32
+0000)
committer
Jason Thorpe
<thorpej@netbsd.org>
Sun, 9 Jun 2002 01:32:19 +0000
(
01:32
+0000)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index ccd07584921640b53a323bc54d547d3d2ca40c5f..ca2d693b38af2ef2b573d7020672698c9df70a74 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
+
+ * configure.in (vax-*-netbsd*): Re-enable gas.
+
2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
* Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
diff --git
a/configure.in
b/configure.in
index 12461958756cbe3d47212cfdcce85e0f30871924..5962337875fb443f9a8780f0c5bb5ea175c9bd54 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-633,10
+633,6
@@
case "${target}" in
# Skip some stuff that's unsupported on some NetBSD configurations.
case "${target}" in
i*86-*-netbsdelf*) ;;
- vax-*-netbsd*)
- # gas is not yet supported on vax-netbsd.
- noconfigdirs="gas $noconfigdirs ${libgcj}"
- ;;
*)
noconfigdirs="$noconfigdirs ${libgcj}"
;;