configure.in: Move host-specific darwin noconfigdirs into the host-specific section.

* configure.in: Move host-specific darwin noconfigdirs into
	the host-specific section.

From-SVN: r59614
This commit is contained in:
Geoffrey Keating 2002-11-28 20:27:44 +00:00 committed by Geoffrey Keating
parent fbc3fee390
commit 743f054e79
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-11-28 Geoffrey Keating <geoffk@apple.com>
* configure.in: Move host-specific darwin noconfigdirs into
the host-specific section.
2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* ltconfig (osf[345]): Append $major to soname_spec.

View file

@ -238,6 +238,9 @@ case "${host}" in
powerpc-*-beos*)
noconfigdirs="$noconfigdirs tk itcl tix libgui gdb dejagnu readline"
;;
*-*-darwin*)
noconfigdirs="$noconfigdirs tk itcl tix libgui"
;;
esac
# Save it here so that, even in case of --enable-libgcj, if the Java
@ -525,7 +528,7 @@ case "${target}" in
noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
;;
powerpc-*-darwin*)
noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb tk itcl tix libgui gprof ${libgcj}"
noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof ${libgcj}"
;;
powerpc-*-eabi)
noconfigdirs="$noconfigdirs ${libgcj}"