[oe] [meta-oe][PATCH] mongodb: add git version

Khem Raj raj.khem at gmail.com
Sun Mar 30 00:16:58 UTC 2014


>> 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
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list