Skip to content

Commit fca835f

Browse files
committed
tools: include toolchain.gypi in abseil.gyp
This sets proper SIMD build flags for abseil on ia32.
1 parent 987aa0a commit fca835f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

tools/v8_gypfiles/abseil.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
'includes': ['toolchain.gypi'],
23
'targets': [
34
{
45
'target_name': 'abseil',

tools/v8_gypfiles/toolchain.gypi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@
9898
'gcmole%': 0,
9999
},
100100
'target_defaults': {
101-
'include_dirs': [
102-
'<(V8_ROOT)',
103-
'<(V8_ROOT)/include',
104-
],
105101
'cflags!': ['-Wall', '-Wextra'],
106102
'conditions': [
107103
['clang==0 and OS!="win"', {

tools/v8_gypfiles/v8.gyp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
},
3737
'includes': ['toolchain.gypi', 'features.gypi'],
3838
'target_defaults': {
39+
'include_dirs': [
40+
'<(V8_ROOT)',
41+
'<(V8_ROOT)/include',
42+
],
3943
'msvs_settings': {
4044
'VCCLCompilerTool': {
4145
'AdditionalOptions': ['/utf-8']

0 commit comments

Comments
 (0)