summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc <devnull@localhost>1998-04-30 20:07:51 +0000
committerwtc <devnull@localhost>1998-04-30 20:07:51 +0000
commit800db41cf94d12a7ea2c4778056086b1dae00ea7 (patch)
tree4ff14e354c1e3469767b51352bdd3ac86a0c6fd8
parent8cd65b9f79376863fdfee8144800a77f6cc53d85 (diff)
downloadnspr-hg-800db41cf94d12a7ea2c4778056086b1dae00ea7.tar.gz
Recognize SINIX-Y, the high-end version of SINIX.RAPTOR_INTEGRATION0_BASE
(Patch provided by Sanjay Gupta <gupta@informix.com>.)
-rw-r--r--config/arch.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/arch.mk b/config/arch.mk
index 5cc7d0a2..466be8a4 100644
--- a/config/arch.mk
+++ b/config/arch.mk
@@ -64,6 +64,9 @@ endif
ifeq ($(OS_ARCH),SINIX-N)
OS_ARCH := SINIX
endif
+ifeq ($(OS_ARCH),SINIX-Y)
+OS_ARCH := SINIX
+endif
# SINIX changes name to ReliantUNIX with 5.43
ifeq ($(OS_ARCH),ReliantUNIX-N)
OS_ARCH := SINIX