This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
does --enable-hash-synchronization still require -fhash-synchronization?
- From: Adam Megacz <gcj at lists dot megacz dot com>
- To: java at gcc dot gnu dot org
- Date: 23 Dec 2001 23:21:54 -0800
- Subject: does --enable-hash-synchronization still require -fhash-synchronization?
- Organization: Myself
> 1) Configure scripts need to be fixed. Currently if you build with
> --enable-hash-synchronization, you need to subsequently invoke gcj with
> -fhash-synchronization. If you get them mismatched, things die quickly
> (since all object layouts are inconsistent).
I built with --enable-hash-synchronization, but when make went to
build libgcj.jar, I didn't see -fhash-synchronization on any of the
gcj invocations... is it automatic now?
- a