On Apr 17, 2012, at 4:26 AM, FreeBSD Tinderbox wrote:
> /obj/powerpc.powerpc/src/tmp/usr/lib/libc.so: undefined reference to 
> `__sync_sub_and_fetch_8'
> /obj/powerpc.powerpc/src/tmp/usr/lib/libc.so: undefined reference to 
> `__sync_add_and_fetch_8'

This (and the similar error for powerpc64, arm, pc98, and i386) is due to 
jemalloc incorrectly trying to use compiler intrinsics on all platforms.  
Fortunately we have atomic(9), so I should be able to get an alternate 
implementation in place today.

Jason_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to