summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-10 18:40:05 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-10 18:40:05 +0000
commit06e8069d1f58b0694894c312ec885f4bd7bf6dca (patch)
treeb79485217590508f7aecfe0c426264d5240603ed
parent651e93b91162e8d7155b750928d741ed89daa582 (diff)
downloadgcc-06e8069d1f58b0694894c312ec885f4bd7bf6dca.tar.gz
2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
* configure.ac: Enable libjava for x86_64-*-darwin9. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130747 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cbc45453b1..53144589797 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
+
+ * configure.ac: Enable libjava for x86_64-*-darwin9.
+ * configure: Regenerate.
+
2007-12-07 Bill Maddox <maddox@google.com>
* MAINTAINERS (Write After Approval): Add myself.
diff --git a/configure b/configure
index d8afdf2b4d7..d847956a512 100755
--- a/configure
+++ b/configure
@@ -2129,7 +2129,7 @@ case "${target}" in
*-*-chorusos)
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
;;
- powerpc-*-darwin* | i[3456789]86-*-darwin*)
+ powerpc-*-darwin* | i[3456789]86-*-darwin* | x86_64-*-darwin9*)
noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
noconfigdirs="$noconfigdirs sim target-rda"
;;
diff --git a/configure.ac b/configure.ac
index da6adf1e6b8..63b9c933235 100644
--- a/configure.ac
+++ b/configure.ac
@@ -406,7 +406,7 @@ case "${target}" in
*-*-chorusos)
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
;;
- powerpc-*-darwin* | i[[3456789]]86-*-darwin*)
+ powerpc-*-darwin* | i[[3456789]]86-*-darwin* | x86_64-*-darwin9*)
noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
noconfigdirs="$noconfigdirs sim target-rda"
;;