From: J.T. Conklin Date: Thu, 1 Sep 1994 16:42:13 +0000 (+0000) Subject: * configure.in (*-*-netware): don't configure libg++, libio, librx, or X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0f45fbc133af8abd6834e7bc5926515ad9864efa;p=binutils-gdb.git * configure.in (*-*-netware): don't configure libg++, libio, librx, or newlib. --- diff --git a/configure.in b/configure.in index 657339dd9db..56541f546ae 100644 --- a/configure.in +++ b/configure.in @@ -301,16 +301,19 @@ esac case "${target}" in + *-*-netware) + noconfigdirs="$noconfigdirs libg++ libio librx newlib" + ;; alpha-dec-osf*) # ld works, but does not support shared libraries. emacs doesn't # work. newlib is not 64 bit ready. I'm not sure about emacs19, # fileutils or grep. noconfigdirs="$noconfigdirs ld emacs emacs19 fileutils grep newlib" - ;; + ;; alpha*-*-*) # newlib is not 64 bit ready noconfigdirs="$noconfigdirs newlib" - ;; + ;; h8300*-*-* | \ h8500-*-*) noconfigdirs="$noconfigdirs libg++ libio librx"