2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs. * configure.in (sh*-*-pe*): Ditto. * configure.in (mips*-*-pe*): Ditto. * configure.in (*arm-wince-pe): Ditto.
This commit is contained in:
parent
5cfb2bb208
commit
ae03d6e27a
@ -1,4 +1,9 @@
|
|||||||
2002-09-20 Nathanael Nerode <neroden@doctor.moo.mud.org>
|
2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||||
|
|
||||||
|
* configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
|
||||||
|
* configure.in (sh*-*-pe*): Ditto.
|
||||||
|
* configure.in (mips*-*-pe*): Ditto.
|
||||||
|
* configure.in (*arm-wince-pe): Ditto.
|
||||||
|
|
||||||
* configure.in: Rearrange.
|
* configure.in: Rearrange.
|
||||||
|
|
||||||
|
@ -277,7 +277,7 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
*-*-netbsd*)
|
*-*-netbsd*)
|
||||||
# Skip some stuff on all NetBSD configurations.
|
# Skip some stuff on all NetBSD configurations.
|
||||||
skipdirs="$skipdirs target-newlib target-libiberty target-libgloss"
|
noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
|
||||||
|
|
||||||
# Skip some stuff that's unsupported on some NetBSD configurations.
|
# Skip some stuff that's unsupported on some NetBSD configurations.
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
@ -333,7 +333,7 @@ case "${target}" in
|
|||||||
noconfigdirs="$noconfigdirs expect dejagnu"
|
noconfigdirs="$noconfigdirs expect dejagnu"
|
||||||
# the C++ libraries don't build on top of CE's C libraries
|
# the C++ libraries don't build on top of CE's C libraries
|
||||||
noconfigdirs="$noconfigdirs ${libstdcxx_version}"
|
noconfigdirs="$noconfigdirs ${libstdcxx_version}"
|
||||||
skipdirs="$skipdirs target-newlib"
|
noconfigdirs="$noconfigdirs target-newlib"
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
*-*-cygwin*) ;; # keep gdb and readline
|
*-*-cygwin*) ;; # keep gdb and readline
|
||||||
*) noconfigdirs="$noconfigdirs gdb readline ${libstdcxx_version}"
|
*) noconfigdirs="$noconfigdirs gdb readline ${libstdcxx_version}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user