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:
Dan Albert
2014-07-26 11:53:23 -07:00
parent 48faff7281
commit a9aa30b5d1

View File

@@ -124,7 +124,7 @@ arch_flags = {
], ],
'x86': [ 'x86': [
'-m32', '-m32',
'-march=i686', '-march=prescott',
'-msse2', '-msse2',
'-msse3', '-msse3',
], ],