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:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index b21918e07..1c6393450 100644
--- a/configure.in
+++ b/configure.in
@@ -633,6 +633,10 @@ 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}"
;;