Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
mozc
mozc-build-gcc.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mozc-build-gcc.patch of Package mozc
Index: b/gyp/common.gypi =================================================================== --- a/gyp/common.gypi +++ b/gyp/common.gypi @@ -128,9 +128,9 @@ 'compiler_host_version_int': 304, # Clang 3.4 or higher }], ['target_platform=="Linux"', { - 'compiler_target': 'clang', + 'compiler_target': 'gcc', 'compiler_target_version_int': 304, # Clang 3.4 or higher - 'compiler_host': 'clang', + 'compiler_host': 'gcc', 'compiler_host_version_int': 304, # Clang 3.4 or higher }], ], @@ -445,8 +445,8 @@ ['target_platform=="Linux"', { 'make_global_settings': [ ['AR', '<!(which ar)'], - ['CC', '<!(which clang)'], - ['CXX', '<!(which clang++)'], + ['CC', '<!(which gcc)'], + ['CXX', '<!(which g++)'], ['LD', '<!(which ld)'], ['NM', '<!(which nm)'], ['READELF', '<!(which readelf)'],
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor