Revision: 4438
Author: [email protected]
Date: Fri Apr 16 05:20:02 2010
Log: Fix arm simulator build - arm flags must be a list when compiling for
arm when the ARM_TARGET_LIB is not set.
Review URL: http://codereview.chromium.org/1658006
http://code.google.com/p/v8/source/detail?r=4438
Modified:
/branches/bleeding_edge/SConstruct
=======================================
--- /branches/bleeding_edge/SConstruct Fri Apr 16 04:47:23 2010
+++ /branches/bleeding_edge/SConstruct Fri Apr 16 05:20:02 2010
@@ -52,7 +52,7 @@
'-Wl,--dynamic-linker=' + ARM_TARGET_LIB +
'/lib/ld-linux.so.3']
else:
- ARM_LINK_FLAGS = ""
+ ARM_LINK_FLAGS = []
# TODO: Sort these issues out properly but as a temporary solution for gcc
4.4
# on linux we need these compiler flags to avoid crashes in the v8 test
suite
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev