summaryrefslogtreecommitdiffstats
path: root/make/lib/gluegen-cpptasks-linux-aarch64.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/lib/gluegen-cpptasks-linux-aarch64.xml')
-rw-r--r--make/lib/gluegen-cpptasks-linux-aarch64.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/make/lib/gluegen-cpptasks-linux-aarch64.xml b/make/lib/gluegen-cpptasks-linux-aarch64.xml
index 45a7fdb..8606fae 100644
--- a/make/lib/gluegen-cpptasks-linux-aarch64.xml
+++ b/make/lib/gluegen-cpptasks-linux-aarch64.xml
@@ -19,6 +19,7 @@
<target name="gluegen.cpptasks.detect.os.custom">
<property name="gluegen.cpptasks.detected.os" value="true" />
<property name="isUnix" value="true" />
+ <property name="isLinux" value="true" />
<property name="isLinuxARM64" value="true" />
<property name="isX11" value="true" />
<property name="jvmDataModel.arg" value="-Djnlp.no.jvm.data.model.set=true" />
@@ -40,8 +41,6 @@
<define name="NDEBUG" unless="c.compiler.use-debug"/>
</defineset>
<compilerarg value="-fpic" />
- <compilerarg value="-marm" />
- <compilerarg value="-mfloat-abi=hard" />
<compilerarg value="-include"/>
<compilerarg value="${gluegen.root.abs-path}/make/stub_includes/platform/glibc-compat-symbols.h" />
</compiler>
@@ -49,8 +48,6 @@
<linker id="linker.cfg.linux.aarch64" name="gcc">
<linkerarg value="-fpic" />
<linkerarg value="-march=armv8-a" />
- <linkerarg value="-marm" />
- <linkerarg value="-mfloat-abi=hard" />
<linkerarg value="-nostdlib" />
<linkerarg value="-Bdynamic" />
<linkerarg value="-static-libgcc" if="isGCC"/>