forked from mirrors/nixpkgs
acdc783418
Don't rely on gcc detecting from the passed platforms which prefix to
use, but always specify the prefix nixpkgs expects (or doesn't). This
allows us to work around problems where the configure script would add
prefix where nixpkgs doesn't expect one (if `--target` was specified,
but the same as `--host`) or doesn't add one if nixpkgs expects one (if
`--target` and `--host` are the same, but we are actually cross
compiling, but the relevant parts of the platform are not encoded into
the platform config.
See also
|
||
---|---|---|
.. | ||
0001-Fix-build-for-glibc-2.31.patch | ||
Added-mcf-thread-model-support-from-mcfgthread.patch | ||
default.nix | ||
fix-objdump-check.patch |