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
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
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
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
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