Compare commits

..

5 Commits

Author SHA1 Message Date
Bananymous eb9fe8ffc6 LibC: fflush stdout when reading from stdin
This is the *intended behaviour* per ISO C specification
2025-08-05 03:09:24 +03:00
Bananymous 6ccc727dd0 LibC: Add more reasonable values to stack size constants 2025-08-05 03:09:24 +03:00
Bananymous 40d942ca32 LibC: Make sa_data in sock_addr zero sized 2025-08-05 03:09:24 +03:00
Bananymous 44bfb57953 ports/xash3d-fwgs: Don't disable opengl and patch output
Manually link against libxash.so. My current dlopen does not support
loading ELF files that contain TLS
2025-08-05 03:09:24 +03:00
Bananymous 342682d5d5 ports/mesa: Use llvm pipe instead of softpipe if llvm is compiled 2025-08-05 03:09:24 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ CONFIGURE_OPTIONS=(
)
configure() {
llvm_version='20.1.8'
llvm_version='20.1.9'
llvm_root="../../llvm/llvm-$llvm_version-$BANAN_ARCH"
gallium_driver=softpipe