summaryrefslogtreecommitdiff
path: root/lib/freebl/freebl.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/freebl/freebl.gyp')
-rw-r--r--lib/freebl/freebl.gyp11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/freebl/freebl.gyp b/lib/freebl/freebl.gyp
index 67fe0dc4b..e83d6ec83 100644
--- a/lib/freebl/freebl.gyp
+++ b/lib/freebl/freebl.gyp
@@ -174,7 +174,6 @@
'VCCLCompilerTool': {
#TODO: -Ox optimize flags
'PreprocessorDefinitions': [
- 'NSS_USE_64',
'MP_IS_LITTLE_ENDIAN',
'NSS_BEVAND_ARCFOUR',
'MPI_AMD64',
@@ -188,11 +187,6 @@
}],
[ 'OS!="win"', {
'conditions': [
- [ 'target_arch=="x64"', {
- 'defines': [
- 'NSS_USE_64',
- ],
- }],
[ 'target_arch=="x64" or target_arch=="arm64" or target_arch=="aarch64"', {
'defines': [
# The Makefile does version-tests on GCC, but we're not doing that here.
@@ -246,11 +240,6 @@
'ARMHF',
],
}],
- [ 'target_arch=="arm64" or target_arch=="aarch64"', {
- 'defines': [
- 'NSS_USE_64',
- ],
- }],
],
}],
],