Remove all android references from SCons file
I accidentally left some in r7686. R=erik.corry@gmail.com BUG=none TEST=none Review URL: http://codereview.chromium.org//6905091 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7697 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
dc28280a82
commit
b7ab8684ca
@ -101,17 +101,10 @@ LIBRARY_FLAGS = {
|
||||
'mode:debug': {
|
||||
'CCFLAGS': ['-g', '-O0'],
|
||||
'CPPDEFINES': ['ENABLE_DISASSEMBLER', 'DEBUG'],
|
||||
'os:android': {
|
||||
'CCFLAGS': ['-mthumb']
|
||||
}
|
||||
},
|
||||
'mode:release': {
|
||||
'CCFLAGS': ['-O3', '-fomit-frame-pointer', '-fdata-sections',
|
||||
'-ffunction-sections'],
|
||||
'os:android': {
|
||||
'CCFLAGS': ['-mthumb', '-Os'],
|
||||
'CPPDEFINES': ['SK_RELEASE', 'NDEBUG']
|
||||
}
|
||||
},
|
||||
'os:linux': {
|
||||
'CCFLAGS': ['-ansi'] + GCC_EXTRA_CCFLAGS,
|
||||
@ -779,7 +772,7 @@ PLATFORM_OPTIONS = {
|
||||
'help': 'the architecture to build for'
|
||||
},
|
||||
'os': {
|
||||
'values': ['freebsd', 'linux', 'macos', 'win32', 'android', 'openbsd', 'solaris', 'cygwin'],
|
||||
'values': ['freebsd', 'linux', 'macos', 'win32', 'openbsd', 'solaris', 'cygwin'],
|
||||
'guess': GuessOS,
|
||||
'help': 'the os to build for'
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user