You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by "zymap (via GitHub)" <gi...@apache.org> on 2023/03/02 00:24:41 UTC

[GitHub] [bookkeeper] zymap commented on a diff in pull request #3828: Support build in the aarch64 linux platform

zymap commented on code in PR #3828:
URL: https://github.com/apache/bookkeeper/pull/3828#discussion_r1122470423


##########
src/aarch64_aol.properties:
##########
@@ -36,3 +36,37 @@ aarch64.MacOSX.gpp.shared.extension=dylib
 aarch64.MacOSX.gpp.plugin.extension=bundle
 aarch64.MacOSX.gpp.jni.extension=jnilib
 aarch64.MacOSX.gpp.executable.extension=
+
+
+#
+# aarch64 (arm64) Linux
+#
+aarch64.Linux.linker=g++
+
+aarch64.Linux.gpp.c.compiler=gcc
+aarch64.Linux.gpp.c.defines=Linux GNU_GCC
+aarch64.Linux.gpp.c.options=-Wall -Wno-long-long -Wpointer-arith -Wconversion -fPIC
+aarch64.Linux.gpp.c.includes=**/*.c
+aarch64.Linux.gpp.c.excludes=
+
+# options for gcc linker front end
+aarch64.Linux.gpp.linker.options=-shared -shared-libgcc -fPIC -fexceptions
+aarch64.Linux.gpp.linker.sysLibs=stdc++
+aarch64.Linux.gpp.linker.libs=
+
+aarch64.Linux.gpp.java.include=include;include/linux
+aarch64.Linux.gpp.java.runtimeDirectory=jre/lib/i386/client
+
+aarch64.Linux.gpp.lib.prefix=lib
+aarch64.Linux.gpp.shared.prefix=lib
+aarch64.Linux.gpp.static.extension=a
+aarch64.Linux.gpp.shared.extension=so
+aarch64.Linux.gpp.plugin.extension=so
+aarch64.Linux.gpp.jni.extension=so
+aarch64.Linux.gpp.executable.extension=
+
+# FIXME to be removed when NAR-6
+aarch64.Linux.gcc.static.extension=a
+aarch64.Linux.gcc.shared.extension=so*
+aarch64.Linux.gcc.plugin.extension=so
+aarch64.Linux.gcc.jni.extension=so

Review Comment:
   @merlimat We have supported M1: https://github.com/apache/bookkeeper/pull/3175/files



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org