mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
things that depend on them.
This commit is contained in:
parent
6fde09ad29
commit
c02920230d
@ -1,3 +1,8 @@
|
||||
2002-09-27 Geoffrey Keating <geoffk@apple.com>
|
||||
|
||||
* configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
|
||||
things that depend on them.
|
||||
|
||||
2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||
|
||||
* Makefile.tpl: Make subsituted variables more autoconfy.
|
||||
|
@ -527,6 +527,9 @@ case "${target}" in
|
||||
powerpc-*-beos*)
|
||||
noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
|
||||
;;
|
||||
powerpc-*-darwin*)
|
||||
noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb tk itcl tix libgui gprof ${libgcj}"
|
||||
;;
|
||||
powerpc-*-eabi)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user