···402403 # Utility flags to test the type of platform.
404 inherit (hostPlatform)
405- isDarwin isLinux isSunOS isCygwin isFreeBSD isOpenBSD isi686 isx86_64
406- is64bit isMips isBigEndian;
407 isArm = hostPlatform.isArm32;
408 isAarch64 = hostPlatform.isArm64;
409- # Other code instead checks for anything using GNU userland,
410- # e.g. GNU/linux. This refers just to GNU Hurd.
411- isGNU = system == "i686-gnu";
412413 # Whether we should run paxctl to pax-mark binaries.
414 needsPax = isLinux;
···402403 # Utility flags to test the type of platform.
404 inherit (hostPlatform)
405+ isDarwin isLinux isSunOS isHurd isCygwin isFreeBSD isOpenBSD
406+ isi686 isx86_64 is64bit isMips isBigEndian;
407 isArm = hostPlatform.isArm32;
408 isAarch64 = hostPlatform.isArm64;
000409410 # Whether we should run paxctl to pax-mark binaries.
411 needsPax = isLinux;