Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1400208 - add ppc64, ppc64le, and s390x as 64-bit arches, r=franz…
…iskus

--HG--
extra : amend_source : 141f086fc57a9d7ea700c7fe496bf98dfb8a7f55
  • Loading branch information
sharkcz committed Sep 16, 2017
1 parent 9626433 commit be6bf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coreconf/config.gypi
Expand Up @@ -173,7 +173,7 @@
},
},
}],
[ 'target_arch=="arm64" or target_arch=="aarch64" or target_arch=="sparc64"', {
[ 'target_arch=="arm64" or target_arch=="aarch64" or target_arch=="sparc64" or target_arch=="ppc64" or target_arch=="ppc64le" or target_arch=="s390x"', {
'defines': [
'NSS_USE_64',
],
Expand Down

0 comments on commit be6bf3b

Please sign in to comment.