Compare commits

..

5 Commits

Author SHA1 Message Date
Bananymous 46dd411273 LibC: fflush stdout when reading from stdin
This is the *intended behaviour* per ISO C specification
2025-08-05 03:32:59 +03:00
Bananymous 2e2ee11452 LibC: Add more reasonable values to stack size constants 2025-08-05 03:32:59 +03:00
Bananymous ce0df333b3 LibC: Make sa_data in sock_addr zero sized 2025-08-05 03:32:59 +03:00
Bananymous 8bbda78272 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:32:59 +03:00
Bananymous 945509fc93 ports/mesa: Use llvm pipe instead of softpipe if llvm is compiled 2025-08-05 03:32:59 +03:00
1 changed files with 1 additions and 1 deletions

View File

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