Skip to content

Commit

Permalink
modified c_check
Browse files Browse the repository at this point in the history
  • Loading branch information
wernsaar committed Dec 1, 2013
1 parent d13aa79 commit eab7963
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions c_check
Expand Up @@ -63,6 +63,8 @@ $architecture = mips64 if ($data =~ /ARCH_MIPS64/);
$architecture = alpha if ($data =~ /ARCH_ALPHA/);
$architecture = sparc if ($data =~ /ARCH_SPARC/);
$architecture = ia64 if ($data =~ /ARCH_IA64/);
$architecture = arm if ($data =~ /ARCH_ARM/);
$architecture = arm64 if ($data =~ /ARCH_ARM64/);

$defined = 0;

Expand Down Expand Up @@ -149,6 +151,8 @@ $architecture = mips64 if ($data =~ /ARCH_MIPS64/);
$architecture = alpha if ($data =~ /ARCH_ALPHA/);
$architecture = sparc if ($data =~ /ARCH_SPARC/);
$architecture = ia64 if ($data =~ /ARCH_IA64/);
$architecture = arm if ($data =~ /ARCH_ARM/);
$architecture = arm64 if ($data =~ /ARCH_ARM64/);

$binformat = bin32;
$binformat = bin64 if ($data =~ /BINARY_64/);
Expand Down

0 comments on commit eab7963

Please sign in to comment.