summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2004-02-11 02:33:51 +0000
committerwchang0222%aol.com <devnull@localhost>2004-02-11 02:33:51 +0000
commite919b8f2fd7872e91ea1cc6626c206071072bf3a (patch)
tree9b2ea66b0aa5e1b3caebaddcabcfddf86ceb70d0
parentf08d9caa9b71c038f038a0afdd78afc7326a0305 (diff)
downloadnss-hg-e919b8f2fd7872e91ea1cc6626c206071072bf3a.tar.gz
Bugzilla bug 232742: support Linux/AMD64. The patch is contributed by
Henrik Lynggaard Hansen <admin@mozillatranslator.org>. r=wtc. Tag: NSS_3_9_BRANCH
-rw-r--r--security/coreconf/Linux.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/coreconf/Linux.mk b/security/coreconf/Linux.mk
index 13f2f7715..6aab35b12 100644
--- a/security/coreconf/Linux.mk
+++ b/security/coreconf/Linux.mk
@@ -66,6 +66,10 @@ ifeq ($(OS_TEST),ia64)
OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE
CPU_ARCH = ia64
else
+ifeq ($(OS_TEST),x86_64)
+ OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE
+ CPU_ARCH = x86_64
+else
ifeq ($(OS_TEST),sparc)
OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE
CPU_ARCH = sparc
@@ -112,6 +116,7 @@ endif
endif
endif
endif
+endif
LIBC_TAG = _glibc