Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@wasabisystems.com>2002-06-09 05:32:19 +0400
committerJason Thorpe <thorpej@wasabisystems.com>2002-06-09 05:32:19 +0400
commit6643e348be54bf6974f1aa233be30f027a8b30b5 (patch)
tree670d8932caa852c3ee3dbedcbd7b095f91e49488
parenta004a5b8fb51f70c4bd6212d7dbbe097dcb6a5a7 (diff)
* configure.in (vax-*-netbsd*): Re-enable gas.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ccd075849..ca2d693b3 100644
--- 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 124619587..596233787 100644
--- 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}"
;;