If host is x86-*-netbsd*, don't descend into gcc, gdb, and rcs

This commit is contained in:
matt 2003-10-23 02:58:49 +00:00
parent 94a688bcbc
commit b8b1ccbdfd

View File

@ -557,6 +557,9 @@ case "${host}" in
*-*-cygwin*)
noconfigdirs="autoconf automake send-pr rcs guile perl texinfo apache inet"
;;
x86_64-*-netbsd*)
noconfigdirs="$noconfigdirs gcc gdb rcs"
;;
*-*-netbsd*)
noconfigdirs="rcs"
;;