Use correct -march for x86.
Apparently this change wasn't made for the target x86 build, only the host. Change-Id: I8ee6312068b9415df836d298150510832c879729
This commit is contained in:
@@ -124,7 +124,7 @@ arch_flags = {
|
|||||||
],
|
],
|
||||||
'x86': [
|
'x86': [
|
||||||
'-m32',
|
'-m32',
|
||||||
'-march=i686',
|
'-march=prescott',
|
||||||
'-msse2',
|
'-msse2',
|
||||||
'-msse3',
|
'-msse3',
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user