PATCH: libjava FreeBSD configuration
Loren James Rittle
rittle@latour.rsch.comm.mot.com
Wed Apr 3 13:12:00 GMT 2002
In article <200204032056.g33Kuna44140@latour.rsch.comm.mot.com>, I wrote:
> OK, with this patch and the related GC patch (just posted under
Oops, I forgot the proposed ChangeLog entry. For the record:
* configure.host (i[6543]86-*-freebsd*): Add new configuration.
(alpha*-*-freebsd*): Likewise.
> Index: libjava/configure.host
> ===================================================================
> RCS file: /cvs/gcc/gcc/libjava/configure.host,v
> retrieving revision 1.23.2.4
> diff -c -r1.23.2.4 configure.host
> *** configure.host 2002/03/27 16:40:25 1.23.2.4
> --- configure.host 2002/04/03 13:30:03
> ***************
> *** 71,76 ****
> --- 71,84 ----
> enable_java_net_default=no
> enable_getenv_properties_default=no
> ;;
> + i686-*-freebsd*|i586-*-freebsd*|i486-*-freebsd*|i386-*-freebsd*)
> + sysdeps_dir=i386
> + libgcj_flags="${libgcj_flags} -ffloat-store"
> + libgcj_interpreter=yes
> + enable_hash_synchronization_default=yes
> + DIVIDESPEC=-fuse-divide-subroutine
> + CHECKREFSPEC=-fcheck-references
> + ;;
> i686-*|i586-*|i486-*|i386-*)
> sysdeps_dir=i386
> libgcj_flags="${libgcj_flags} -ffloat-store"
> ***************
> *** 81,86 ****
> --- 89,102 ----
> enable_hash_synchronization_default=yes
> slow_pthread_self=yes
> ;;
> + alpha*-*-freebsd*)
> + sysdeps_dir=alpha
> + libgcj_flags="${libgcj_flags} -mieee"
> + libgcj_interpreter=yes
> + enable_hash_synchronization_default=yes
> + DIVIDESPEC=-fuse-divide-subroutine
> + CHECKREFSPEC=-fcheck-references
> + ;;
> alpha*-*)
> sysdeps_dir=alpha
> libgcj_flags="${libgcj_flags} -mieee"
More information about the Java-patches
mailing list