Revision: 7697
Author:   [email protected]
Date:     Thu Apr 28 01:01:13 2011
Log:      Remove all android references from SCons file

I accidentally left some in r7686.

[email protected]

BUG=none
TEST=none

Review URL: http://codereview.chromium.org//6905091
http://code.google.com/p/v8/source/detail?r=7697

Modified:
 /branches/bleeding_edge/SConstruct

=======================================
--- /branches/bleeding_edge/SConstruct  Wed Apr 27 01:25:23 2011
+++ /branches/bleeding_edge/SConstruct  Thu Apr 28 01:01:13 2011
@@ -101,17 +101,10 @@
     '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 @@
     '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'
   },

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to