aboutsummaryrefslogtreecommitdiffstats
path: root/community/grpc-java/01-compiler.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/grpc-java/01-compiler.patch')
-rw-r--r--community/grpc-java/01-compiler.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/grpc-java/01-compiler.patch b/community/grpc-java/01-compiler.patch
new file mode 100644
index 00000000000..aba814eec3d
--- /dev/null
+++ b/community/grpc-java/01-compiler.patch
@@ -0,0 +1,13 @@
+--- a/compiler/build.gradle
++++ b/compiler/build.gradle
+@@ -55,8 +55,8 @@
+ linker.executable = 'powerpc64le-linux-gnu-g++'
+ }
+ target("aarch_64") {
+- cppCompiler.executable = 'aarch64-linux-gnu-g++'
+- linker.executable = 'aarch64-linux-gnu-g++'
++ cppCompiler.executable = 'aarch64-alpine-linux-musl-c++'
++ linker.executable = 'aarch64-alpine-linux-musl-c++'
+ }
+ target("s390_64")
+ target("loongarch_64")