[OE-core] [PATCH 1/2] glib-2.0-native:fix do_configure failed with gcc 4.3.4 on x86 host

2013-02-27 Thread Hongxu Jia
When compile glib-2.0-native with GCC 4.3.4 on x86 host, the GCC needs `-march' to let the atomic operations (lock free) be available. Pass `-march=native' to cause the compiler to auto-detect the architecture of the build computer, If the auto-detect is unsuccessful the option has no effect.

[OE-core] [PATCH 1/2] glib-2.0-native:fix do_configure failed with gcc 4.3.4 on x86 host

2013-02-20 Thread Hongxu Jia
Add an option `-march' to BUILD_CFLAGS, GCC 4.3.4 on x86 host needs this option to let the atomic operations (lock free) be available while it is used to compile glib-2.0-native. [YOCTO #3563] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb |

[OE-core] [PATCH 1/2] glib-2.0-native:fix do_configure failed with gcc 4.3.4 on x86 host

2013-01-16 Thread Hongxu Jia
Add an option `-march' to BUILD_CFLAGS, GCC 4.3.4 on x86 host needs this option to let the atomic operations (lock free) be available while it is used to compile glib-2.0-native. [YOCTO #3563] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb |