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 | 4c67ff152d3530e68b4649570df119b8d7eb4395 (patch) | |
tree | 4eb2950d06bd6cd43d29fd285ff9fb5c319545ec | |
parent | 59a758bd3193a83d08ad78e289fbe3266bff09af (diff) | |
download | newlib-4c67ff152d3530e68b4649570df119b8d7eb4395.zip newlib-4c67ff152d3530e68b4649570df119b8d7eb4395.tar.gz newlib-4c67ff152d3530e68b4649570df119b8d7eb4395.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}" ;; |