Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. Relaxed Unix linker flags for Linux + Solaris ; Refined Linux Armv4 (details)
Commit 5efbe805c553a2ac21a79386c3e2147858d4308b by Sven Gothel
Relaxed Unix linker flags for Linux + Solaris ; Refined Linux Armv4 flags

Relaxed Unix linker flags for Linux + Solaris
+  <linkerarg value="-nostdlib" />
+  <linkerarg value="-Bdynamic" />

Refined Linux Armv4 flags:
-      <compilerarg value="-msoft-float" />
+      <compilerarg value="-marm" />
+      <compilerarg value="-mfloat-abi=soft" />

Xerxes figured out these are required on pre-NEON and ARMv4 soft float boards,
the latter is true for Rasperry PI at least.
The file was modifiedmake/lib/gluegen-cpptasks-linux-armv4.xml (diff)
The file was modifiedmake/lib/gluegen-cpptasks-linux-32bit.xml (diff)
The file was modifiedmake/gluegen-cpptasks-base.xml (diff)