Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'cmake/glibc-compat-symbols.h' to force usage of minimal GLIBC symbols ↵ | Sven Gothel | 2013-04-21 | 1 | -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 static | Sven Gothel | 2013-04-20 | 1 | -0/+8 |