зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
772ee12667
Коммит
676f8c7712
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче