From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32308 invoked by alias); 3 Jan 2006 16:41:25 -0000 Received: (qmail 32235 invoked by uid 48); 3 Jan 2006 16:41:21 -0000 Date: Tue, 03 Jan 2006 16:41:00 -0000 Subject: [Bug boehm-gc/25652] New: Java support for amd64-pc-freebsd X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "arno at heho dot snv dot jussieu dot fr" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-01/txt/msg00266.txt.bz2 List-Id: Hello, Java is not supported for the amd64--freebsd targets, essentially because of lacking support in boehm-gc. I created a simple patch to do so : - no credits to me: most of this is directly inspired by the official freebsd-port of boehm-gc - tested for over 6 months on a non-graphical application with long-lasting scientific calculations (mixing C++, Fortran and Java code) Concerning the patch : - the boehm-gc/include/gc_cpp.h-diff is only to quiet the compiler, - the GC_parallel-diff in boehm-gc/pthread_support.c is not amd64--freebsd specific, but I did not test without it. Thanx for your great work. -- Summary: Java support for amd64-pc-freebsd Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: boehm-gc AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: arno at heho dot snv dot jussieu dot fr GCC target triplet: amd64-pc-freebsd[56] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25652