File arm_use_right_compiler.patch of Package chromium.openSUSE_Leap_42.3_Update

--- 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++"

openSUSE Build Service is sponsored by