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:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-12-02 06:28:43 +0300
committerNathanael Nerode <neroden@gcc.gnu.org>2002-12-02 06:28:43 +0300
commit171eed0b9df0f569cc11d4fdabc0538a2fa9fa44 (patch)
tree13b37ddb8cd50f6ad76478cc339efa93d3533d9b
parent52b809e48987087873aaadc6dec10a29ce18a195 (diff)
(from gcc repos.)
2002-11-28 Geoffrey Keating <geoffk@apple.com> * configure.in: Move host-specific darwin noconfigdirs into the host-specific section.
-rw-r--r--ChangeLog5
-rw-r--r--configure.in5
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5865abc06..71be05bd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-28 Geoffrey Keating <geoffk@apple.com>
+
+ * configure.in: Move host-specific darwin noconfigdirs into
+ the host-specific section.
+
2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl: Restore bkorb's style patch, accidentally lost
diff --git a/configure.in b/configure.in
index 3ec23801c..34f85870d 100644
--- a/configure.in
+++ b/configure.in
@@ -234,6 +234,9 @@ case "${host}" in
powerpc-*-beos*)
noconfigdirs="$noconfigdirs tk itcl tix libgui gdb dejagnu readline"
;;
+ *-*-darwin*)
+ noconfigdirs="$noconfigdirs tk itcl tix libgui"
+ ;;
esac
# Save it here so that, even in case of --enable-libgcj, if the Java
@@ -521,7 +524,7 @@ case "${target}" in
noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}"
;;
powerpc-*-darwin*)
- noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb tk itcl tix libgui gprof ${libgcj}"
+ noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof ${libgcj}"
;;
powerpc-*-eabi)
noconfigdirs="$noconfigdirs ${libgcj}"