diff options
author | Doug Evans <dje@gnu.org> | 1996-07-07 17:26:50 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-07-07 17:26:50 +0000 |
commit | 122a73f6ff217314a8f638089df426c504860cf7 (patch) | |
tree | 245790cbd03dfbc25241e4c542abeaa5ecaa5eab | |
parent | 8d8c9ba91becaf0c51be4668a7184afab15dfc02 (diff) | |
download | gcc-122a73f6ff217314a8f638089df426c504860cf7.zip gcc-122a73f6ff217314a8f638089df426c504860cf7.tar.gz gcc-122a73f6ff217314a8f638089df426c504860cf7.tar.bz2 |
Recognize rtems as an o/s.
From-SVN: r12399
-rwxr-xr-x | gcc/config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.sub b/gcc/config.sub index 3073b69..d86a27e 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*) |