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:
parent
f94e1d66da
commit
f3f623aeaf
@ -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
1
configure
vendored
@ -3260,6 +3260,7 @@ case "${target}" in
|
||||
case "${target}" in
|
||||
i*86-*-*) ;;
|
||||
alpha*-*-*) ;;
|
||||
x86_64-*-*) ;;
|
||||
*)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
|
@ -498,6 +498,7 @@ case "${target}" in
|
||||
case "${target}" in
|
||||
i*86-*-*) ;;
|
||||
alpha*-*-*) ;;
|
||||
x86_64-*-*) ;;
|
||||
*)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user