summaryrefslogtreecommitdiff
path: root/configure
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 /configure
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"
;;