Firas Khana
Firas Khana
Why isn't this version of `musl-cross-make` on par with musl.cc's version over at:
``` One configured invocation them configures all the GNU toolchain components together in a manner that does not require any of them to be installed in order for the others...
I understand that `MAKEINFO=false` works, but `MAKEINFO=true` works better for scripts that fail on error.
Hey there, What's the general approach for getting mcm to build a native toolchain capable of running inside a chroot environment (kind of similar to the LFS toolchain approach)? Would...
Shouldn't the user be notified that he/she should specify an absolute path when deciding to use a custom OUTPUT? Not specifying an OUTPUT, works and installs fine in `output`. The...
### Version 0.3.1 ### Description I'm trying to decompress `binutils-2.37.tar.lz` ([link here](https://ftpmirror.gnu.org/binutils/binutils-2.37.tar.lz)), but `ouch` is failing. ### Current Behavior Running the following command: `ouch decompress binutils-2.37.tar.lz` errors out with: `[ERROR]...
Hey there, I noticed that you've removed `flex` and that you're using `reflex` as a drop-in replacement instead. How are you finding it so far? Keep up the great work!
Some packages (e.g. `util-linux`) expect `libtinfo.so` to be available.
Having both `$CROSS_COMPILE` and `$CC` will cause a duplication of the target tuple (triplet or quadruplet). This is mostly due to the fact that many cross compilation toolchains set `CROSS_COMPILE`...