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

2010-01-11  Andreas Tobler  <andreast@fgznet.ch>

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

From-SVN: r155803
This commit is contained in:
Andreas Tobler 2010-01-11 12:10:55 +01:00 committed by Andreas Tobler
parent f94e1d66da
commit f3f623aeaf
3 changed files with 7 additions and 0 deletions

View File

@ -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>

1
configure vendored
View File

@ -3260,6 +3260,7 @@ case "${target}" in
case "${target}" in
i*86-*-*) ;;
alpha*-*-*) ;;
x86_64-*-*) ;;
*)
noconfigdirs="$noconfigdirs ${libgcj}"
;;

View File

@ -498,6 +498,7 @@ case "${target}" in
case "${target}" in
i*86-*-*) ;;
alpha*-*-*) ;;
x86_64-*-*) ;;
*)
noconfigdirs="$noconfigdirs ${libgcj}"
;;