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: Rafael Kitover <rkitover%gmail.com@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: Sun, 17 Mar 2013 04:32:39 -0400

 Just encountered this bug on Red Hat Enterprise Linux 6.1. 
 
 Added the fix to Makefile (except with i686 instead of i484) and it fixed the 
problem.
 
 +.if !empty(LOWER_ARCH:Mi386)
 +CONFIGURE_ARGS+= --with-arch=i686 --with-tune=nocona
 +.endif
 


Home | Main Index | Thread Index | Old Index