From fc769a066838ec9c30f813a7e96e0d92bb73d7c8 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 19 May 1992 20:08:22 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1019 --- gcc/config.sub | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/config.sub b/gcc/config.sub index e5f8db57ebc..a5095547d17 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -170,7 +170,13 @@ case $basic_machine in ;; iris | iris4d) basic_machine=mips-sgi - os=-irix + case $os in + -irix*) + ;; + *) + os=-irix4 + ;; + esac ;; news | news700 | news800 | news900) basic_machine=m68k-sony -- 2.30.2