summaryrefslogtreecommitdiff
path: root/security/coreconf
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-01-27 22:36:06 +0000
committerwtc%netscape.com <devnull@localhost>2003-01-27 22:36:06 +0000
commitace9267ea01e451ee89b8419f302c1e6ddd7d956 (patch)
treea88ab720d663692e83a407fea38c7a677bc7000d /security/coreconf
parentd4652b8e1a85e2bb79ec4a3091c006595cebd1e7 (diff)
downloadnss-hg-ace9267ea01e451ee89b8419f302c1e6ddd7d956.tar.gz
Bug 90010: added support for parisc64. I received this patch from
Christopher Blizzard <blizzard@mozilla.org>.
Diffstat (limited to 'security/coreconf')
-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 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