summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWan-Teh Chang <wtc@google.com>2014-03-05 15:06:52 -0800
committerWan-Teh Chang <wtc@google.com>2014-03-05 15:06:52 -0800
commitb421b2f1b8ab203d79dd1ca1be56040f0d128786 (patch)
treed115e20a17514c32346528b5ae9b4a15db08bdc2 /Makefile
parentcb22621a93ad80736fc0388abd0826feb2287d68 (diff)
downloadnss-hg-b421b2f1b8ab203d79dd1ca1be56040f0d128786.tar.gz
Bug 966596: Add x32 support. r=kaie.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 85c62be0f..6d01a1dad 100644
--- a/Makefile
+++ b/Makefile
@@ -61,6 +61,9 @@ endif
ifdef BUILD_OPT
NSPR_CONFIGURE_OPTS += --disable-debug --enable-optimize
endif
+ifdef USE_X32
+NSPR_CONFIGURE_OPTS += --enable-x32
+endif
ifdef USE_64
NSPR_CONFIGURE_OPTS += --enable-64bit
endif