diff options
author | Sven Gothel <[email protected]> | 2012-04-19 19:31:11 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-04-19 19:31:11 +0200 |
commit | 5efbe805c553a2ac21a79386c3e2147858d4308b (patch) | |
tree | d109b5b3ccc32d327baa6993928c9a04f19252a7 /src/java/com/jogamp/common/os | |
parent | f04a677dbf7c222342b77bb29f52ecb57f8ecc83 (diff) |
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.
Diffstat (limited to 'src/java/com/jogamp/common/os')
0 files changed, 0 insertions, 0 deletions