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 | c02920230d7a57be634572745978d819a33bea1e (patch) | |
tree | 1cea503df3b2d906bb77f869e5198745333a5529 | |
parent | 6fde09ad290932de048764393daeb7d363c971fa (diff) | |
download | gdb-c02920230d7a57be634572745978d819a33bea1e.zip gdb-c02920230d7a57be634572745978d819a33bea1e.tar.gz gdb-c02920230d7a57be634572745978d819a33bea1e.tar.bz2 |
* configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
things that depend on them.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 8 insertions, 0 deletions
@@ -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. diff --git a/configure.in b/configure.in index e4a3ae5..1a34976 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}" ;; |