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 | 906628ef8f25604d27e8818f93f83c394c95dc81 (patch) | |
tree | 8e8689ebff4c61cacaea2521ce9fff1b0ef0dbcd /config.sub | |
parent | e2643e3e87932c531010bbdc2385b8e476ee6fbb (diff) | |
download | emacs-906628ef8f25604d27e8818f93f83c394c95dc81.tar.gz |
Recognize rtems as an o/s.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub index 3073b691d22..d86a27ec386 100755 --- 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*) |