From: Doug Evans Date: Sun, 7 Jul 1996 17:26:50 +0000 (+0000) Subject: Recognize rtems as an o/s. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=122a73f6ff217314a8f638089df426c504860cf7;p=gcc.git Recognize rtems as an o/s. From-SVN: r12399 --- diff --git a/gcc/config.sub b/gcc/config.sub index 3073b691d22..d86a27ec386 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -662,7 +662,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* | -moss* | -proelf* ) + | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems*) # Remember, each alternative MUST END IN *, to match a version number. ;; -sunos5*)