pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/47460 (lang/gcc47 gets undefined reference to `__sync_bool_compare_and_swap_4')
The following reply was made to PR pkg/47460; it has been noted by GNATS.
From: Kai-Uwe Eckhardt <kai-uwe.eckhardt%uni-rostock.de@localhost>
To: <gnats-bugs%NetBSD.org@localhost>
Cc:
Subject: Re: pkg/47460 (lang/gcc47 gets undefined reference to
`__sync_bool_compare_and_swap_4')
Date: Wed, 13 Feb 2013 12:20:52 +0100
Hi,
I think we should use gcc configure options as done by the NetBSD gcc:
.if !empty(LOWER_ARCH:Mi386)
CONFIGURE_ARGS+= --with-arch=i486 --with-tune=nocona
.endif
This compiles but the resulting java compiler is not usable on NetBSD
because ecj1 dumps core (on amd64 as well). I propose to remove
gcc-java from PKG_SUGGESTED_OPTIONS for NetBSD until it is actually
runable.
Kai-Uwe
Home |
Main Index |
Thread Index |
Old Index