Re: [OE-core] [PATCH V3 0/2]fix native package compile error with gcc 4.3.4 on x86 host

2013-03-01 Thread Hongxu Jia
On 03/01/2013 07:57 AM, Richard Purdie wrote: On Thu, 2013-02-28 at 07:49 -0800, Khem Raj wrote: On Thu, Feb 28, 2013 at 3:06 AM, Burton, Ross wrote: On 28 February 2013 07:09, Hongxu Jia wrote: Change from V2: as Khem Raj suggested, use `-march=native' to cause the compiler to auto-detect t

Re: [OE-core] [PATCH V3 0/2]fix native package compile error with gcc 4.3.4 on x86 host

2013-02-28 Thread Richard Purdie
On Thu, 2013-02-28 at 07:49 -0800, Khem Raj wrote: > On Thu, Feb 28, 2013 at 3:06 AM, Burton, Ross wrote: > > On 28 February 2013 07:09, Hongxu Jia wrote: > >> Change from V2: as Khem Raj suggested, use `-march=native' to cause the > >> compiler to auto-detect the architecture of the build comput

Re: [OE-core] [PATCH V3 0/2]fix native package compile error with gcc 4.3.4 on x86 host

2013-02-28 Thread Khem Raj
On Thu, Feb 28, 2013 at 3:06 AM, Burton, Ross wrote: > On 28 February 2013 07:09, Hongxu Jia wrote: >> Change from V2: as Khem Raj suggested, use `-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

Re: [OE-core] [PATCH V3 0/2]fix native package compile error with gcc 4.3.4 on x86 host

2013-02-28 Thread Burton, Ross
On 28 February 2013 07:09, Hongxu Jia wrote: > Change from V2: as Khem Raj suggested, use `-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. What happens if you're in an environment where yo

[OE-core] [PATCH V3 0/2]fix native package compile error with gcc 4.3.4 on x86 host

2013-02-27 Thread Hongxu Jia
Change from V2: as Khem Raj suggested, use `-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. When compile glib-2.0-native and qemu-native with with gcc 4.3.4 on x86 host ,it needs to add `-mar