(from gcc repos.)
2002-11-28 Geoffrey Keating <geoffk@apple.com> * configure.in: Move host-specific darwin noconfigdirs into the host-specific section.
This commit is contained in:
parent
52d7cdeeea
commit
bbf7c8acff
2 changed files with 9 additions and 1 deletions
|
@ -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-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||
|
||||
* Makefile.tpl: Restore bkorb's style patch, accidentally lost
|
||||
|
|
|
@ -234,6 +234,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
|
||||
|
@ -521,7 +524,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}"
|
||||
|
|
Loading…
Reference in a new issue