Add ARM_LINK_FLAGS when build d8 with arch=arm to make
cross-compiling d8 easier. Review URL: http://codereview.chromium.org/3062002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5119 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
bcf9989187
commit
63503a3fc7
@ -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': {
|
||||
|
Loading…
Reference in New Issue
Block a user