aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/glibc-compat-symbols.h
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1190: Updating glibc-compat-symbols.h ; Fix armv6hf + adding aarch64 ↵Sven Gothel2019-04-071-4/+18
| | | | | | | 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-symbols.h: Disable warning for not supported ↵Sven Gothel2014-06-111-1/+1
| | | | GLIBC_COMPAT_SYMBOL, since included even for OSX
* Fix glibc-compat-symbols.h: for 32bit use GLIBC 2.0 ; Distinguish clang and gcc.Sven Gothel2014-06-101-8/+21
|
* Add clang cmake.toolchain macros; Fix glibc-compat-symbols.h to work w/ ↵Sven Gothel2013-09-131-6/+14
| | | | clang (nop)
* cmake/glibc-compat-symbols.h: Add __arm__ -> GLIBC_2.4 ; default is now ↵Sven Gothel2013-04-211-3/+13
| | | | GLIBC_2.2.5 // Still minimum required is GLIBC_2.4!
* Add 'cmake/glibc-compat-symbols.h' to force usage of minimal GLIBC symbols ↵Sven Gothel2013-04-211-0/+15
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.