aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/toolchain.gcc-default.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add 'cmake/glibc-compat-symbols.h' to force usage of minimal GLIBC symbols ↵Sven Gothel2013-04-211-0/+5
| | | | | | | | | | | 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.
* Add gcc-default w/ link gcc staticSven Gothel2013-04-201-0/+8