We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c674fa3 + e34911a commit e81a5d6Copy full SHA for e81a5d6
1 file changed
c_check
@@ -81,6 +81,10 @@ if (($architecture eq "mips32") || ($architecture eq "mips64")) {
81
$defined = 1;
82
}
83
84
+if (($architecture eq "arm") || ($architecture eq "arm64")) {
85
+ $defined = 1;
86
+}
87
+
88
if ($architecture eq "alpha") {
89
90
$binary = 64;
0 commit comments