From: Rob Savoye Date: Sat, 1 Jan 1994 20:48:41 +0000 (+0000) Subject: * configure.in, config.sub: Add support for VSTa micro-kernel. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a3871bb1c00110fb472bd7ff99b791476753570;p=binutils-gdb.git * configure.in, config.sub: Add support for VSTa micro-kernel. --- diff --git a/configure.in b/configure.in index 96dd2cdf3a3..1c8de66497d 100644 --- a/configure.in +++ b/configure.in @@ -164,6 +164,9 @@ case "${host}" in i[34]86-*-netbsd*) noconfigdirs="tk fileutils" ;; + i[34]86-*-vsta) + noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff" + ;; i[34]86-*-go32) noconfigdirs="tcl expect deja-gnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff" ;; @@ -237,6 +240,8 @@ case "${target}" in ;; sh-*-*) case "${host}" in + i[34]86-*-vsta) ;; # don't add gprof back in + *) configdirs=`echo gprof ${configdirs}` ;; i[34]86-*-go32) ;; # don't add gprof back in *) configdirs=`echo gprof ${configdirs}` ;; esac