>> Yup, 4.8 from oe-core. > > > These atomic ops *are* available for gcc 4.8, but it doesn't advertise them > for armv5te. There are 2 solutions: > > 1) CFLAGS += -D__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4=1
this is a quick solution but make it CFLAGS_append_arm instead, it really should be fixed in mongodb package itself if its just using sync_compare_and_swap only atomic then it will work on armv4+ platforms > 2) Add a block to that files that tests for gcc > 4.7.0 (that's what fedora > does) > > I'll see if I can find time to fix this next week. > > > -- > Koen Kooi > Builds and Baselines | Release Manager > Linaro.org | Open source software for ARM SoCs > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
