Revision: 5119
Author: [email protected]
Date: Thu Jul 22 05:57:48 2010
Log: Add ARM_LINK_FLAGS when build d8 with arch=arm to make
cross-compiling d8 easier.
Review URL: http://codereview.chromium.org/3062002
http://code.google.com/p/v8/source/detail?r=5119
Modified:
/branches/bleeding_edge/SConstruct
=======================================
--- /branches/bleeding_edge/SConstruct Fri Jun 11 04:19:27 2010
+++ /branches/bleeding_edge/SConstruct Thu Jul 22 05:57:48 2010
@@ -43,7 +43,7 @@
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 @@
'os:win32': {
'LIBS': ['winmm', 'ws2_32'],
},
+ 'arch:arm': {
+ 'LINKFLAGS': ARM_LINK_FLAGS
+ },
},
'msvc': {
'all': {
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev