]> gcc.gnu.org Git - gcc.git/commitdiff
configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the things that depend...
authorGeoffrey Keating <geoffk@apple.com>
Sat, 28 Sep 2002 01:43:37 +0000 (01:43 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sat, 28 Sep 2002 01:43:37 +0000 (01:43 +0000)
* configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
things that depend on them.

From-SVN: r57602

ChangeLog
configure.in

index 1d28db9402bdd016a39eae690cedcd0bc2141b72..492edef095ca6aea758d4f95a34234254f879fcc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index e4a3ae58c4d46d142a1886026d10985ef6554f0a..1a34976620b56c4094994eeaf945a99de1ddb93d 100644 (file)
@@ -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}"
     ;;
This page took 0.073346 seconds and 5 git commands to generate.