summaryrefslogtreecommitdiff
path: root/deps/v8
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-05-02 22:53:45 +0000
committerBen Noordhuis <info@bnoordhuis.nl>2012-05-02 22:53:45 +0000
commit6b426a2edd69364c095c1208171410cd29ccbd15 (patch)
tree2fda2a0164d92d15fc34d2d066470b0ef66fafb0 /deps/v8
parent880219645e3bf0a9d6eabefeaff47803ec4cf34a (diff)
downloadnode-6b426a2edd69364c095c1208171410cd29ccbd15.tar.gz
Revert "v8: fix "pure virtual method called" runtime error"
It makes mksnapshot die with a segmentation fault on sunos with gcc 4.5.2. This reverts commit c21c51a6fce878a4625c30032e669660ce6cbcaf.
Diffstat (limited to 'deps/v8')
-rw-r--r--deps/v8/build/common.gypi8
1 files changed, 0 insertions, 8 deletions
diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi
index 4577b13d6..f2bb465c1 100644
--- a/deps/v8/build/common.gypi
+++ b/deps/v8/build/common.gypi
@@ -271,14 +271,6 @@
}],
[ 'v8_no_strict_aliasing==1', {
'cflags': [ '-fno-strict-aliasing' ],
- }, {
- # gcc 4.4.6 has a regression in non-strict aliasing mode that
- # makes a lookup in CodeStub::FindCodeInCache() abort with a
- # "pure virtual method called" runtime error.
- #
- # This bites node.js because it sets -fno-strict-aliasing in its
- # cflags, which then leak into our cflags.
- 'cflags!': [ '-fno-strict-aliasing' ],
}],
], # conditions
}],