Codebase list mozc / 594e058
Update patches/gcc.patch Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 7 years ago
1 changed file(s) with 14 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
00 diff --git a/src/gyp/common.gypi b/src/gyp/common.gypi
1 index 1848263..3c2b3ba 100644
1 index d78f4f8..c5f91ca 100644
22 --- a/src/gyp/common.gypi
33 +++ b/src/gyp/common.gypi
4 @@ -161,9 +161,9 @@
4 @@ -134,10 +134,10 @@
5 'compiler_host_version_int': 304, # Clang 3.4 or higher
6 }],
57 ['target_platform=="Linux"', {
6 # enable_gtk_renderer represents if mozc_renderer is supported on Linux
7 # or not.
88 - 'compiler_target': 'clang',
9 + 'compiler_target': 'gcc',
10 'compiler_target_version_int': 304, # Clang 3.4 or higher
9 - 'compiler_target_version_int': 304, # Clang 3.4 or higher
1110 - 'compiler_host': 'clang',
12 + 'compiler_host': 'gcc',
13 'compiler_host_version_int': 304, # Clang 3.4 or higher
14 'enable_gtk_renderer%': 1,
15 }, { # else
16 @@ -885,8 +885,8 @@
11 - 'compiler_host_version_int': 304, # Clang 3.4 or higher
12 + 'compiler_target': 'g++',
13 + 'compiler_target_version_int': 409, # gcc 4.9 or higher
14 + 'compiler_host': 'g++',
15 + 'compiler_host_version_int': 409, # gcc 4.9 or higher
16 }],
17 ],
18 },
19 @@ -455,8 +455,8 @@
1720 ['target_platform=="Linux"', {
1821 'make_global_settings': [
1922 ['AR', '<!(which ar)'],