Reviewers: Søren Gjesse, Description: Switch to thumb mode for runtime system on Android.
Please review this at http://codereview.chromium.org/57054 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M SConstruct Index: SConstruct =================================================================== --- SConstruct (revision 1650) +++ SConstruct (working copy) @@ -98,6 +98,7 @@ 'CCFLAGS': ['-O3', '-fomit-frame-pointer', '-fdata-sections', '-ffunction-sections'], 'os:android': { + 'CCFLAGS': ['-mthumb'], 'CPPDEFINES': ['SK_RELEASE', 'NDEBUG'] } }, --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
