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 | a7cecc5aca5a307e59e07c0f0bc215723f67874b (patch) | |
tree | 156b131e6e2ae0296652a4005793b61179855a2a /config.sub | |
parent | 5ca16089b882d18bf2f4915a1a5fd89ec13b0e61 (diff) | |
download | emacs-a7cecc5aca5a307e59e07c0f0bc215723f67874b.tar.gz |
Recognize rtems as an o/s.libc-960714libc-960713libc-960712libc-960711libc-960710libc-960709libc-960708
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*) |