Reviewers: Søren Gjesse,
Message:
Very small arm simulator fix arm sim build
Description:
Fix arm simulator build - arm flags must be a list when compiling for arm
when
the ARM_TARGET_LIB is not set.
Please review this at http://codereview.chromium.org/1658006/show
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M SConstruct
Index: SConstruct
===================================================================
--- SConstruct (revision 4436)
+++ SConstruct (working copy)
@@ -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