aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/toolchain.clang-default.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake/toolchain.clang-default.cmake Adjust for MacOS >= 10.13 (Min ↵Sven Gothel2023-12-031-2/+6
| | | | Deployment Version)
* cmake/toolchain.clang-default.cmake: Adjust for MacOS clang++'s libc++ ↵Sven Gothel2023-05-041-5/+17
| | | | usage, implying macosx-version-min >= 10.7
* cmake/{customconfig->toolchain}.* and add LINKER_FLAGS '-static-libstdc++' ↵Sven Gothel2023-05-041-0/+32
| | | | -> min '-static-libgcc -static-libstdc++'
* CMake: Don't use CMAKE_TOOLCHAIN_FILE for non-crosscompilation, use ↵Sven Gothel2014-06-101-14/+0
| | | | OPENAL_CUSTOM_CONFIG to inject cmake commands
* cmake/toolchain*: Add CXX_FLAGSSven Gothel2014-02-151-1/+2
|
* Add clang cmake.toolchain macros; Fix glibc-compat-symbols.h to work w/ ↵Sven Gothel2013-09-131-0/+13
clang (nop)