mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* configure.in, config.sub: Add support for VSTa micro-kernel.
This commit is contained in:
parent
23fdc6bebd
commit
8a3871bb1c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user