rofl0r
rofl0r
``` cparser a.c b.c c.c -o foo ./src/driver/c_driver.c:761: panic in build_firm_ir: compiling multiple files/translation units not yet supported Aborted ``` this is a major bummer for me as it does...
original nsz patch from http://port70.net/~nsz/musl/mcm/
the first one makes configure compatible with the way mcm calls it (--options mixed with VAR=value assignments, gcc choked on the latter). second one fixes a build error that happens...
compressed debug info section is a relatively new feature, and having it on by default causes link errors when the built libraries (most notably libgcc) are later used with an...
i get about 80% constant cpu usage while playing tracks. attached is the output of `perf report` ``` # Samples: 368K of event 'cycles:uppp' # Event count (approx.): 165183435396 #...
it seems usage of a3x files isn't supported yet, would you mind adding it ?
GLIBC's termio.h is just an empty file with 2 include directives: #include #include and a comment that says that it is obsolete and you should use termios.h and struct termios...