summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/SerenityOS-GNU.cmake
Commit message (Collapse)AuthorAgeFilesLines
* SerenityOS: Add Platform moduleAndrew Kaster2022-06-141-0/+24
Add an initial Platform module for SerenityOS [1]. This module is a mix of the platform module currently used to build the Serenity Kernel and Userspace applications and libraries, and the platform module included in the CMake Port [2] which still has some work to do on the system before its other patches could be considered for upstream. As such, the platform module is currently only useful when used with a suitably patched GCC or LLVM cross-compiler toolchain. [1] https://github.com/SerenityOS/serenity [2] https://github.com/SerenityOS/serenity/tree/master/Ports/cmake/patches Issue: #23589