summaryrefslogtreecommitdiff
path: root/coreconf/arch.mk
diff options
context:
space:
mode:
Diffstat (limited to 'coreconf/arch.mk')
-rw-r--r--coreconf/arch.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/coreconf/arch.mk b/coreconf/arch.mk
index 378bbb6eb..17e9faeac 100644
--- a/coreconf/arch.mk
+++ b/coreconf/arch.mk
@@ -33,13 +33,6 @@ else
OS_RELEASE := $(shell uname -r)
endif
-#
-# Force the IRIX64 machines to use IRIX.
-#
-
-ifeq ($(OS_ARCH),IRIX64)
- OS_ARCH = IRIX
-endif
#
# Force the older BSD/OS versions to use the new arch name.
@@ -89,10 +82,9 @@ endif
#
# Handle FreeBSD 2.2-STABLE, Linux 2.0.30-osfmach3, and
-# IRIX 6.5-ALPHA-1289139620.
#
-ifeq (,$(filter-out Linux FreeBSD IRIX,$(OS_ARCH)))
+ifeq (,$(filter-out Linux FreeBSD ,$(OS_ARCH)))
OS_RELEASE := $(shell echo $(OS_RELEASE) | sed 's/-.*//')
endif