@parzivalwolfram@infosec.exchange
Post #3574294
2024-12-23 20:01 UTC
ah yes, "ifdef __typeof__" is a no-op for GCC 3 specifically, but not for GCC 2 or GCC 4. sweet!
Replies (1)
-
@parzivalwolfram@infosec.exchange 2024-12-25 03:32
ok so if /lib isn't symlinked to /usr/lib, gcc's first build immediately dies due to not being able to find __builtin_va_alist. HOW? IT'S FUCKING BUILTIN, GCC it's not even like it's due to the prebuilt GCC needing it, because /usr/lib contains ZERO includable files, so it wouldn't be affected by /usr/lib not being linked, right? but it is. why and how