summaryrefslogtreecommitdiffstats
path: root/check-multiarch-files
diff options
context:
space:
mode:
Diffstat (limited to 'check-multiarch-files')
-rwxr-xr-xcheck-multiarch-files2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-multiarch-files b/check-multiarch-files
index 6611774..bb4bac7 100755
--- a/check-multiarch-files
+++ b/check-multiarch-files
@@ -53,7 +53,7 @@ while (<STDIN>) {
my ($def, $val) = ($1, $2);
# check for typical arch-dependent macro definitions
- my @keywords_with_int = qw(SIZEOF_VOID_P SIZEOF_CHAR_P SIZEOF_LONG BYTES_PER_LONG BITS_PER_LONG);
+ my @keywords_with_int = qw(SIZEOF_VOID_P SIZEOF_CHAR_P SIZEOF_LONG BYTES_PER_LONG BITS_PER_LONG BITS_PER_WORD);
foreach my $pat (@keywords_with_int) {
if ($def =~ /$pat/ && int($val)) {
$archdefs{$def}++;