From ace9267ea01e451ee89b8419f302c1e6ddd7d956 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Mon, 27 Jan 2003 22:36:06 +0000 Subject: Bug 90010: added support for parisc64. I received this patch from Christopher Blizzard . --- security/coreconf/Linux.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'security/coreconf') diff --git a/security/coreconf/Linux.mk b/security/coreconf/Linux.mk index fd004c028..b571be9cd 100644 --- a/security/coreconf/Linux.mk +++ b/security/coreconf/Linux.mk @@ -78,6 +78,10 @@ ifeq (,$(filter-out arm% sa110,$(OS_TEST))) OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE CPU_ARCH = arm else +ifeq ($(OS_TEST),parisc64) + OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE + CPU_ARCH = hppa +else ifeq ($(OS_TEST),s390) OS_REL_CFLAGS = -DLINUX1_2 -D_XOPEN_SOURCE CPU_ARCH = s390 @@ -97,6 +101,7 @@ endif endif endif endif +endif LIBC_TAG = _glibc -- cgit v1.2.1