Skip to content

Commit

Permalink
Recognize ARM as architecture as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Nov 17, 2012
1 parent 1c1b4f0 commit 247326d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makedef
Expand Up @@ -63,6 +63,8 @@ foreach(@machinedump) {
$prefix = "_";
} elsif (/x64/) {
$prefix = "";
} elsif (/ARM/) {
$prefix = "";
} else {
print("Unknown machine type.\n");
exit(1);
Expand Down

0 comments on commit 247326d

Please sign in to comment.