treewide: Consistently call ARM 'arm'

No need for silly differences.
This commit is contained in:
Tuomas Tynkkynen
2017-08-24 01:17:01 +03:00
parent 46930ef3e6
commit 0c0fad6141
12 changed files with 12 additions and 14 deletions
+1 -3
View File
@@ -104,9 +104,7 @@ let
# Utility flags to test the type of platform.
inherit (hostPlatform)
isDarwin isLinux isSunOS isHurd isCygwin isFreeBSD isOpenBSD
isi686 isx86_64 is64bit isMips isBigEndian;
isArm = hostPlatform.isArm32;
isAarch64 = hostPlatform.isArm64;
isi686 isx86_64 is64bit isArm isAarch64 isMips isBigEndian;
# Whether we should run paxctl to pax-mark binaries.
needsPax = isLinux;