Browse Source

Patches floating on v8

v0.7.4-release
isaacs 13 years ago
parent
commit
71527e3a55
  1. 3
      deps/v8/SConstruct
  2. 7
      deps/v8/tools/gyp/v8.gyp

3
deps/v8/SConstruct

@ -288,7 +288,6 @@ V8_EXTRA_FLAGS = {
'gcc': {
'all': {
'WARNINGFLAGS': ['-Wall',
'-Werror',
'-W',
'-Wno-unused-parameter',
'-Wnon-virtual-dtor']
@ -382,7 +381,7 @@ MKSNAPSHOT_EXTRA_FLAGS = {
DTOA_EXTRA_FLAGS = {
'gcc': {
'all': {
'WARNINGFLAGS': ['-Werror', '-Wno-uninitialized'],
'WARNINGFLAGS': ['-Wno-uninitialized'],
'CCFLAGS': GCC_DTOA_EXTRA_CCFLAGS
}
},

7
deps/v8/tools/gyp/v8.gyp

@ -641,6 +641,13 @@
],
}
],
['OS=="solaris"', {
'sources': [
'../../src/platform-solaris.cc',
'../../src/platform-posix.cc'
],
}
],
['OS=="mac"', {
'sources': [
'../../src/platform-macos.cc',

Loading…
Cancel
Save