diff options
author | Geoffrey Keating <geoffk@geoffk.org> | 2002-09-28 01:44:34 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@geoffk.org> | 2002-09-28 01:44:34 +0000 |
commit | 29dc5aff73bb1b189d5a1c01a353502404cfa807 (patch) | |
tree | 7b79a137785b7daaf6d49382ce11968cd0ec02ba /configure.in | |
parent | 2c397e315a8edbc75ba73a5f807abb738aea2296 (diff) | |
download | gdb-29dc5aff73bb1b189d5a1c01a353502404cfa807.tar.gz |
* configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
things that depend on them.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index e4a3ae58c4d..1a34976620b 100644 --- a/configure.in +++ b/configure.in @@ -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}" ;; |