Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@geoffk.org>2002-09-28 05:44:34 +0400
committerGeoffrey Keating <geoffk@geoffk.org>2002-09-28 05:44:34 +0400
commit4c67ff152d3530e68b4649570df119b8d7eb4395 (patch)
tree4eb2950d06bd6cd43d29fd285ff9fb5c319545ec /configure.in
parent59a758bd3193a83d08ad78e289fbe3266bff09af (diff)
* configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
things that depend on them.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e4a3ae58c..1a3497662 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}"
;;