diff options
| author | Kristian Monsen <kristianm@google.com> | 2010-07-29 15:18:00 +0100 |
|---|---|---|
| committer | Kristian Monsen <kristianm@google.com> | 2010-07-29 15:18:00 +0100 |
| commit | 50ef84f5fad2def87d3fbc737bec4a32711fdef4 (patch) | |
| tree | 72049481a445e51e78cc81ec1d114de2e87c6d1f /SConstruct | |
| parent | 3bec4d28b1f388dbc06a9c4276e1a03e86c52b04 (diff) | |
| download | android_external_v8-50ef84f5fad2def87d3fbc737bec4a32711fdef4.tar.gz android_external_v8-50ef84f5fad2def87d3fbc737bec4a32711fdef4.tar.bz2 android_external_v8-50ef84f5fad2def87d3fbc737bec4a32711fdef4.zip | |
Update V8 to r5136 as required by WebKit r64264
Change-Id: I55b86fa101d9d53e889e2e3811fdf75f463ac3c6
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -43,7 +43,7 @@ if ANDROID_TOP is None: ANDROID_TOP="" # ARM_TARGET_LIB is the path to the dynamic library to use on the target -# machine if cross-compiling to an arm machine. You will also need to set +# machine if cross-compiling to an arm machine. You will also need to set # the additional cross-compiling environment variables to the cross compiler. ARM_TARGET_LIB = os.environ.get('ARM_TARGET_LIB') if ARM_TARGET_LIB: @@ -629,6 +629,9 @@ D8_FLAGS = { 'os:win32': { 'LIBS': ['winmm', 'ws2_32'], }, + 'arch:arm': { + 'LINKFLAGS': ARM_LINK_FLAGS + }, }, 'msvc': { 'all': { |
