log☇︎
514 entries in 0.822s
assbot: Buildroot (busybox) - [PATCH 0/5] Support for musl based external toolchains ... ( http://bit.ly/1dADYyn )
asciilifeform: http://buildroot-busybox.2317881.n4.nabble.com/PATCH-0-5-Support-for-musl-based-external-toolchains-td52730.html << buildroot apparently supports it
assbot: Project:Hardened musl - Gentoo Wiki ... ( http://bit.ly/1UeHIY0 )
asciilifeform: mod6, possibly: https://wiki.gentoo.org/wiki/Project:Hardened_musl
assbot: /var/tmp/portage/cross-x86_64-pc-linux-musl/gcc-4.6.3/work/build/./gcc/xgcc -sha - Pastebin.com ... ( http://bit.ly/1IwEOsY )
assbot: Logged on 02-07-2015 21:33:59; ascii_field: 'sys-libs/musl' on gentoo!
ascii_field: http://log.bitcoin-assets.com/?date=02-07-2015#1184577 << aaaaand to nobody's great surprise, go try, 'crossdev x86_64-pc-linux-musl', barfs in 'stage2' ☝︎
ascii_field: however, if C++ support is needed, it's recommended just to build a native toolchain targetting musl.'
ascii_field: 'Be aware that, "out of the box", the wrapper only supports C applications, not C++. This is because the C++ libraries and headers are missing from the musl include/library path. The existing libstdc++ is actually compatible with musl in most cases and could be used by copying it into the musl library path, but the C++ header files are usually not compatible. One option may be rebuilding just libstdc++ against musl;
ascii_field: 'sys-libs/musl' on gentoo! ☟︎
assbot: musl - How to Use ... ( http://bit.ly/1IwxQnI )
ascii_field: http://www.musl-libc.org/how.html << works - or claims to - with stock gcc on existing system
ascii_field: (apparently 'ewontfix' is involved with 'musl')
ascii_field: 'musl's efficiency is unparalleled in Linux libc implementations. Designed from the ground up for static linking, musl carefully avoids pulling in large amounts of code or data that the application will not use. ... musl features the first post-NPTL implementation of POSIX threads for Linux, and the first aimed at complete conformance and robustness. Thread cancellation has been re-designed to avoid serious race