Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relaxed Unix linker flags for Linux + Solaris ; Refined Linux Armv4 flags | Sven Gothel | 2012-04-19 | 1 | -1/+6 |
| | | | | | | | | | | | | | | 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. | ||||
* | Linux ARMel eabi: Use armv6t, soft-float - low profile to target more ↵ | Sven Gothel | 2012-04-18 | 1 | -0/+58 |
devices. Our ARMhf build is high profile. |