* configure.in, config.sub: Add support for VSTa micro-kernel.

This commit is contained in:
Rob Savoye 1994-01-01 20:48:41 +00:00
parent 23fdc6bebd
commit 8a3871bb1c
1 changed files with 5 additions and 0 deletions

View File

@ -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