If host is x86-*-netbsd*, don't descend into gcc, gdb, and rcs
This commit is contained in:
parent
94a688bcbc
commit
b8b1ccbdfd
3
gnu/dist/toolchain/configure.in
vendored
3
gnu/dist/toolchain/configure.in
vendored
@ -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"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user