Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake/{customconfig->toolchain}.* and add LINKER_FLAGS '-static-libstdc++' ↵ | Sven Gothel | 2023-05-04 | 1 | -0/+17 |
| | | | | -> min '-static-libgcc -static-libstdc++' | ||||
* | CMake: Don't use CMAKE_TOOLCHAIN_FILE for non-crosscompilation, use ↵ | Sven Gothel | 2014-06-10 | 1 | -14/+0 |
| | | | | OPENAL_CUSTOM_CONFIG to inject cmake commands | ||||
* | cmake/toolchain*: Add CXX_FLAGS | Sven Gothel | 2014-02-15 | 1 | -1/+2 |
| | |||||
* | 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 |