From b6d03601c1a450372a09587f49d04506c89f2775 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sun, 7 Jul 1996 17:26:50 +0000 Subject: [PATCH] Recognize rtems as an o/s. --- config.sub | 2 +- lib/config.sub | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sub b/config.sub index 3073b691..d86a27ec 100644 --- a/config.sub +++ b/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*) diff --git a/lib/config.sub b/lib/config.sub index 3073b691..d86a27ec 100644 --- a/lib/config.sub +++ b/lib/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*) -- 2.43.5