Bugzilla bug 232742: support Linux/AMD64. The patch is contributed by

Henrik Lynggaard Hansen <admin@mozillatranslator.org>. r=wtc.
This commit is contained in:
wchang0222%aol.com 2004-02-11 02:31:22 +00:00
parent 33086e9ea8
commit 02b77934ff

View File

@ -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