This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Using libgcj bc on the Hurd


Hi,

I didn't get any feedback on this:

Samuel Thibault, le Tue 24 Jul 2007 23:00:48 +0200, a écrit :
> On GNU Hurd, use_libgcj_bc can be set to yes too, here is a patch.
> 
> Samuel

> libjava/ChangeLog
> 2007-07-24  Samuel Thibault  <samuel.thibault@ens-lyon.org>
> 
> 	* configure.host (gnu*): Set use_libgcj_bc to yes.
> 
> diff -ur libjava/configure.host libjava/configure.host  
> --- libjava/configure.host	2006-09-07 01:00:37.000000000 +0200
> +++ libjava/configure.host	2006-09-07 01:00:37.000000000 +0200
> @@ -346,7 +346,7 @@
>  esac
>  
>  case "${host}" in
> -  *linux*|*-kfreebsd*-gnu)
> +  *linux*|*-kfreebsd*-gnu|gnu*)
>      use_libgcj_bc=yes
>    ;;
>    *)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]