Merge #82510: gcc: fix building cross on 32-bit host

... into staging
This commit is contained in:
Vladimír Čunát
2020-03-22 08:44:40 +01:00
2 changed files with 2 additions and 8 deletions
@@ -245,12 +245,6 @@ stdenv.mkDerivation ({
inherit (stdenv) is64bit;
# In this particular combination it stopped creating lib output at all.
# TODO: perhaps find a better fix? (ideally understand what's going on)
postFixup = if crossStageStatic && targetPlatform.isMusl && targetPlatform.is32bit
then ''mkdir "$lib"''
else null;
meta = {
homepage = https://gcc.gnu.org/;
license = stdenv.lib.licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+