[OE-core] [PATCH 2/2] qemu-native:add option march to BUILD_CFLAGS

2013-01-09 Thread Hongxu Jia
Add option -march to BUILD_CFLAGS in order to let the atomic operations (lock free) be available while using old version GCC (4.3.4 for example) on x86 host to compile glib-2.0-native. [YOCTO #3563] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-devtools/qemu/qemu.inc |

Re: [OE-core] [PATCH 2/2] qemu-native:add option march to BUILD_CFLAGS

2013-01-09 Thread Burton, Ross
On 9 January 2013 08:46, Hongxu Jia hongxu@windriver.com wrote: Add option -march to BUILD_CFLAGS in order to let the atomic operations (lock free) be available while using old version GCC (4.3.4 for example) on x86 host to compile glib-2.0-native. Did you mean to say glib? Ross

Re: [OE-core] [PATCH 2/2] qemu-native:add option march to BUILD_CFLAGS

2013-01-09 Thread Hongxu Jia
On 01/09/2013 04:50 PM, Burton, Ross wrote: On 9 January 2013 08:46, Hongxu Jia hongxu@windriver.com wrote: Add option -march to BUILD_CFLAGS in order to let the atomic operations (lock free) be available while using old version GCC (4.3.4 for example) on x86 host to compile