mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:17:34 +00:00
Toolchain: Keep LLVM from using shm_open
and friends
I originally missed this while handling the upgrade to LLVM 15 (as it only affects the on-serenity port), so the patch gets to be here with a bit of a delay. Co-Authored-By: sin-ack <sin-ack@users.noreply.github.com>
This commit is contained in:
parent
ed5996184b
commit
335fd20c34
2 changed files with 45 additions and 0 deletions
|
@ -86,3 +86,10 @@ OS ABI for userspace binaries to 3, or GNU/Linux.
|
|||
Add SerenityOS to config.guess
|
||||
|
||||
|
||||
## `0011-llvm-Prevent-the-use-of-POSIX-shm-on-SerenityOS.patch`
|
||||
|
||||
Prevent the use of POSIX shm on SerenityOS
|
||||
|
||||
POSIX shm is not supported by SerenityOS yet, so this causes a
|
||||
compilation error.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue