diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-28 01:43:37 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-28 01:43:37 +0000 |
commit | 352ce91b74a7fb82d55edd7d046035a8f4c6b47c (patch) | |
tree | 68289fd1c97278129eaef1ff7179c5a3ee972350 /configure.in | |
parent | a54130fbf4b98d104a2e662520592123bfbffa65 (diff) | |
download | gcc-352ce91b74a7fb82d55edd7d046035a8f4c6b47c.tar.gz |
* configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
things that depend on them.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57602 138bc75d-0d04-0410-961f-82ee72b054a4
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}" ;; |