[Patch] No special treatment for boehm-gc when cross compiling.
David Daney
ddaney@avtrex.com
Wed Jan 17 22:49:00 GMT 2007
This is a precursor for the heap dump support I will submit shortly.
The upstream GC sources already do the same thing.
I think Tom Tromey may have already oked this patch, but I can't find
anything to confirm that, so I am submitting it again.
The heap dump code uses the GC interfaces that are disabled when cross
compiling. Under the principle that cross compiles should not differ
from native builds, I removed this disabling code.
Tested on x86_64-linux.
OK to commit?
2007-01-17 David Daney <ddaney@avtrex.com>
* configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while
cross-compiling.
* configure: Regenerated.
* include/gc_config.h.in: Regenerated.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: boehm-gc.diff.txt
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20070117/a08eefeb/attachment.txt>
More information about the Java-patches
mailing list