From 04d802cad9a23a685729662f090883e4b33841ab Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 4 Mar 1996 18:03:15 -0500 Subject: [PATCH] Accept -moss* as op sys. From-SVN: r11421 --- gcc/config.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config.sub b/gcc/config.sub index 76881e15889..ad95eb54f32 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -661,7 +661,7 @@ case $os in | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -cygwin32* | -pe* | -psos*) + | -cygwin32* | -pe* | -psos* -moss*) # Remember, each alternative MUST END IN *, to match a version number. ;; -sunos5*) -- 2.30.2