]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac: Enable libjava build on x86_64-*freebsd*.
authorAndreas Tobler <andreast@fgznet.ch>
Mon, 11 Jan 2010 11:10:55 +0000 (12:10 +0100)
committerAndreas Tobler <andreast@gcc.gnu.org>
Mon, 11 Jan 2010 11:10:55 +0000 (12:10 +0100)
2010-01-11  Andreas Tobler  <andreast@fgznet.ch>

* configure.ac: Enable libjava build on x86_64-*freebsd*.
* configure: Regenerate.

From-SVN: r155803

ChangeLog
configure
configure.ac

index b31cdaffad7bdcee8163a26ca2e97b7732b30fab..70545162f25ba7b4b7368901e7706de3d1286593 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
+
+       * configure.ac: Enable libjava build on x86_64-*freebsd*.
+       * configure: Regenerate.
+
 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
index f99b05c7643f97517f2db5a94f63debb9d7e61ea..103863d8337af289b59e9f0bd79601f1e36a5e42 100755 (executable)
--- a/configure
+++ b/configure
@@ -3260,6 +3260,7 @@ case "${target}" in
     case "${target}" in
       i*86-*-*) ;;
       alpha*-*-*) ;;
+      x86_64-*-*) ;;
       *)
        noconfigdirs="$noconfigdirs ${libgcj}"
        ;;
index 9e5f8881310312015740291285bbdf765e305244..a4d5f9ece0f2fcb44f91a56df6e31b277ae01eb2 100644 (file)
@@ -498,6 +498,7 @@ case "${target}" in
     case "${target}" in
       i*86-*-*) ;;
       alpha*-*-*) ;;
+      x86_64-*-*) ;;
       *)
        noconfigdirs="$noconfigdirs ${libgcj}"
        ;;