From f3e90eb1c5aa30cca6be5bf647bfaa93f153c878 Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Sat, 28 Sep 2002 01:44:34 +0000 Subject: [PATCH] * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the things that depend on them. --- ChangeLog | 5 +++++ configure.in | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index a970f0e5e1..3b39eaa62d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-09-27 Geoffrey Keating + + * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the + things that depend on them. + 2002-09-25 Nathanael Nerode * Makefile.tpl: Make subsituted variables more autoconfy. diff --git a/configure.in b/configure.in index e4a3ae58c4..1a34976620 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}" ;; -- 2.11.0