mirror of git://gcc.gnu.org/git/gcc.git
configure.host (gnu*): Set use_libgcj_bc to yes.
2007-09-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
* configure.host(gnu*): Set use_libgcj_bc to yes.
From-SVN: r128149
This commit is contained in:
parent
f210ecfb2f
commit
e050d7958c
|
|
@ -1,3 +1,7 @@
|
|||
2007-09-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||
|
||||
* configure.host(gnu*): Set use_libgcj_bc to yes.
|
||||
|
||||
2007-09-04 Matthias Klose <doko@ubuntu.com>
|
||||
|
||||
* configure.ac: Do not pass --with-native-libdir to classpath.
|
||||
|
|
|
|||
|
|
@ -353,7 +353,7 @@ case "${host}" in
|
|||
esac
|
||||
|
||||
case "${host}" in
|
||||
*linux*|*-kfreebsd*-gnu|gnu*)
|
||||
*linux*|*-kfreebsd*-gnu|*-gnu*)
|
||||
use_libgcj_bc=yes
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Reference in New Issue