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: Fri, 22 Mar 2013 13:44:44 +0100

 Jonathan Perkin wrote on pkgsrc-changes:
 
 > This completely trashes SmartOS support:
 >
 >
 
http://pkgsrc.smartos.org/reports/upstream-trunk32/20130321.2205/meta/report.html
 >
 > Please revert or put inside ${OPSYS} == "NetBSD" or something.
 
 The commit has been reverted. Well it fails on NetBSD and Linux, so we
 could use something like this:
 
 .if !empty(LOWER_ARCH:Mi386)
 .if !empty(OPSYS:MNetBSD) || !empty(OPSYS:MLinux)
 CONFIGURE_ARGS+=       --with-arch=i486 --with-tune=i486
 .endif
 .endif
 
 
 


Home | Main Index | Thread Index | Old Index