diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi index 4577b13d675..f2bb465c1ed 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 }],