Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:42.1:Update
chromium.5794
arm_use_right_compiler.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File arm_use_right_compiler.patch of Package chromium.5794
--- build/toolchain/linux/BUILD.gn 2016-08-25 12:19:55.634174140 +0200 +++ build/toolchain/linux/BUILD.gn 2016-08-25 12:19:55.634174140 +0200 @@ -6,7 +6,7 @@ import("//build/toolchain/gcc_toolchain.gni") clang_toolchain("clang_arm") { - toolprefix = "arm-linux-gnueabihf-" + toolprefix = "" toolchain_args = { current_cpu = "arm" current_os = "linux" @@ -14,7 +14,7 @@ } clang_toolchain("clang_arm64") { - toolprefix = "aarch64-linux-gnu-" + toolprefix = "" toolchain_args = { current_cpu = "arm64" current_os = "linux" @@ -22,7 +22,7 @@ } gcc_toolchain("arm") { - toolprefix = "arm-linux-gnueabihf-" + toolprefix = "" cc = "${toolprefix}gcc" cxx = "${toolprefix}g++"
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