Commit 0f37bdb5 authored by erik.corry@gmail.com's avatar erik.corry@gmail.com

Fix build breakage on ARM by removing IA32 flags

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@388 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent aabe3ed7
......@@ -53,7 +53,7 @@ LIBRARY_FLAGS = {
'CPPDEFINES': ['ENABLE_DISASSEMBLER', 'DEBUG']
},
'mode:release': {
'CCFLAGS': ['-O9', '-mtune=nocona', '-march=pentium']
'CCFLAGS': ['-O9']
},
'wordsize:64': {
'CCFLAGS': ['-m32'],
......@@ -188,7 +188,7 @@ SAMPLE_FLAGS = {
'LINKFLAGS': ['-m32']
},
'mode:release': {
'CCFLAGS': ['-O2', '-mtune=nocona', '-march=pentium']
'CCFLAGS': ['-O2']
},
'mode:debug': {
'CCFLAGS': ['-g', '-O0']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment