Revert "Merge #107253: bintools-wrapper: fix inverted link32 check"
This reverts commit241c391255
, reversing changes made toab8c2b2b2c
. These toolchain changes are too problematic, so reverting for now; see https://github.com/NixOS/nixpkgs/pull/107086#issuecomment-749196366
This commit is contained in:
parent
85b7955180
commit
bf444739ec
@ -145,7 +145,7 @@ then
|
||||
done
|
||||
fi
|
||||
|
||||
if [[ "$link32" = "1" && "$setDynamicLinker" = 1 && -e "@out@/nix-support/dynamic-linker-m32" ]]; then
|
||||
if [[ "$link32" = "0" && "$setDynamicLinker" = 1 && -e "@out@/nix-support/dynamic-linker-m32" ]]; then
|
||||
# We have an alternate 32-bit linker and we're producing a 32-bit ELF, let's
|
||||
# use it.
|
||||
extraAfter+=(
|
||||
|
Loading…
Reference in New Issue
Block a user