diff options
author | Ian Lance Taylor <ian@cygnus.com> | 1995-12-13 21:43:08 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@cygnus.com> | 1995-12-13 21:43:08 +0000 |
commit | bf141a8c74bedb0a64a6c67158e9b9aa27e15f1d (patch) | |
tree | 69e7f8f197a964da99e503f68765c17bbcb6db58 /config.sub | |
parent | 0640d7bff76b15d424650c1d561c0aa3e7bdc85d (diff) | |
download | emacs-bf141a8c74bedb0a64a6c67158e9b9aa27e15f1d.tar.gz |
Accept *-*-ieee*.
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 c2502d8de51..b3e1626860c 100755 --- a/config.sub +++ b/config.sub @@ -641,7 +641,7 @@ case $os in | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ - | -udi* | -eabi* | -lites* ) + | -udi* | -eabi* | -lites* | -ieee*) # Remember, each alternative MUST END IN *, to match a version number. ;; -sunos5*) |