OSDN Git Service

2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Dec 2007 18:40:05 +0000 (18:40 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Dec 2007 18:40:05 +0000 (18:40 +0000)
* 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

ChangeLog
configure
configure.ac

index 6cbc454..5314458 100644 (file)
--- 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.
index d8afdf2..d847956 100755 (executable)
--- 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"
     ;;
index da6adf1..63b9c93 100644 (file)
@@ -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"
     ;;