Bugzilla bug #84918: checked in Linux/ia64 porting patch from

Bill Nottingham <notting@redhat.com>.
Modified files: coreconf/Linux.mk, nss/tests/common/arch.sh
This commit is contained in:
wtc%netscape.com 2001-06-09 17:14:59 +00:00
parent 39662b9f10
commit a291197f66
2 changed files with 7 additions and 0 deletions

View File

@ -58,6 +58,10 @@ ifeq ($(OS_TEST),alpha)
OS_REL_CFLAGS = -D_ALPHA_ -DLINUX1_2 -D_XOPEN_SOURCE
CPU_ARCH = alpha
else
ifeq ($(OS_TEST),ia64)
OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE
CPU_ARCH = ia64
else
ifeq ($(OS_TEST),sparc)
OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE
CPU_ARCH = sparc
@ -72,6 +76,7 @@ endif
endif
endif
endif
endif
LIBC_TAG = _glibc

View File

@ -222,6 +222,8 @@ if [ ${OS_ARCH} = "Linux" ]; then
CPU_TAG=_ppc
elif [ ${OS_TEST} = "alpha" ]; then
CPU_TAG=_alpha
elif [ ${OS_TEST} = "ia64" ]; then
CPU_TAG=_ia64
else
CPU_TAG=_x86
fi