summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-12-01 19:43:34 -0800
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-12-01 19:43:34 -0800
commit001f9b46e72ac98b29b845630bfc88d481c559ad (patch)
tree9b9bf605772acb69ec435f7a1dac87d10b9f3db9 /node.gyp
parent5ce4eed54dceb15c34d3508e733124edd282601b (diff)
parent6877e64fa8ebd1a1017bb4e298a007d98136c133 (diff)
downloadandroid-node-v8-001f9b46e72ac98b29b845630bfc88d481c559ad.tar.gz
android-node-v8-001f9b46e72ac98b29b845630bfc88d481c559ad.tar.bz2
android-node-v8-001f9b46e72ac98b29b845630bfc88d481c559ad.zip
Merge remote-tracking branch 'upstream/v0.10'
Conflicts: src/stream_wrap.cc
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 095ba84fdb..a0a1774a43 100644
--- a/node.gyp
+++ b/node.gyp
@@ -319,6 +319,12 @@
'PLATFORM="sunos"',
],
}],
+ [
+ 'OS=="linux"', {
+ 'ldflags': [
+ '-Wl,--whole-archive <(PRODUCT_DIR)/obj.target/deps/v8/tools/gyp/libv8_base.<(target_arch).a -Wl,--no-whole-archive',
+ ],
+ }],
],
'msvs_settings': {
'VCLinkerTool': {