| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
cmake options
Note armv6hf won't compile through due to some neon inline argument mismatch errors.
aarch64 did produce a native library, despite tons of warnings.
|
|
|
|
| |
GLIBC_COMPAT_SYMBOL, since included even for OSX
|
| |
|
|
|
|
| |
clang (nop)
|
|
|
|
| |
GLIBC_2.2.5 // Still minimum required is GLIBC_2.4!
|
|
currently for memcpy only, used in our x86_32 and default gcc toolchain cmake file.
Note: JogAmp's minimum GLIBC is 2.4 due to '__stack_chk_fail' (stack overflow checking)
GLIBC 2.4 - March 2006 - Standard for LSB 4.0, Used in SLES 10
We could add compile/link option '-fno-stack-protector', however stack protection seems reasonable
and a pre 2006 distribution a bit too 'far fetched' for our multimedia bindings anyway.
|