IRC channel logs
2026-04-26.log
back to list of logs
<stikonas>fossy: another example of not just std=gnu++XX change is icedtea 7, I've tried lots of compile flags and it was always crashing with GCC 15. Now I'm giving up finding exact flag but it looks like -O1 does help <matrix_bridge><cosinusoidally> Andrius Štikonas: have you tried "-O0" ? I remember years ago I once had a problem with gcc miscompiling clang/llvm, the work around ended up being compiling clang using gcc "-O0" and then recompiling itself with itself with optimisations on. <aggi>had a glimpse at coreboot compilation with tinycc <aggi>the build-system is complicated, and finally the procedure errors when processing some inline 16bit x86 assembly, as expected <aggi>nonetheless there is a chance with the combination of tinycc/yasm, but this requires non-trivial build-system hacks <aggi>finally such an approach could not prevent a build-time circular dependency anyway, it could merely shrink the size of it <aggi>otherwise i've been very tired in recent weeks, and did not proceed with the tiny-bootstrap fork from live-bootstrap <aggi>currently it's still blocked with porting cdrtools to the configurator/steps build-system - which however is feasible to integrate mkisofs/cdrecord <aggi>i'll play a little with coreboot/seabios for other reasons and then continue with live-bootstrap review / tiny-bootstrap re-integration