Fix OS_ARCH detection for IRIX64.

Thanks to johnv@adacel.com.au (John Mark Vandenberg) for the patch.
Bug #86346 r=cls
This commit is contained in:
cls%seawood.org 2001-07-20 00:26:49 +00:00
Родитель 772ee12667
Коммит 676f8c7712
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -68,7 +68,7 @@ ifeq ($(OS_ARCH), WINNT)
PERL_LIB_OS_FILES = $(PERL5_IMPORT)/lib/$(PERL_OS)/*.pm
endif
ifeq ($(OS_ARCH), IRIX64)
ARCH = IRIX
OS_ARCH = IRIX
endif
ifeq ($(OS_ARCH), IRIX)
# MIPSpro Compilers: Version 7.2.1
@ -156,4 +156,4 @@ ifeq ($(BUILD_VARIANT),release)
STRIP := strip
else
STRIP := true
endif
endif