]> git.ipfire.org Git - thirdparty/curl.git/commit
autotools: Only probe for SGI MIPS compilers on IRIX
authorDaniel Gustafsson <daniel@yesql.se>
Tue, 14 May 2024 08:04:27 +0000 (10:04 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Tue, 14 May 2024 08:04:27 +0000 (10:04 +0200)
commit91908f66ad3e1e2ab08411749edc18e21d6e58b0
treec138db155a3a4d60ca7199710ad21f279a7b0fbe
parent17e51d2ec466aa64065a5f5a1b4f503c809bdc69
autotools: Only probe for SGI MIPS compilers on IRIX

MIPSPro and the predecessor compiler which was part of the IDO (IRIS
Development Option) were only ever shipped on the SGI IRIX operating
system (with MIPSPro on 6.0+ which was released in 1994).  Limit the
autoconf check to IRIX when probing for these compilers to save some
cycles on other platforms.

Closes: #13611
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
m4/curl-compilers.m4