diff options
author | Ian <ian@pomf.net> | 1995-12-13 21:43:08 +0000 |
---|---|---|
committer | Ian <ian@pomf.net> | 1995-12-13 21:43:08 +0000 |
commit | 26bd65c3646919eccae772c6c4f1dafe1274088e (patch) | |
tree | 267971f625fe15dea5b09d9ef12cf272ab86ff19 | |
parent | a4e2c88cf474e7000709d20cf3c0a414c995e7ac (diff) | |
download | glibc-26bd65c3646919eccae772c6c4f1dafe1274088e.zip glibc-26bd65c3646919eccae772c6c4f1dafe1274088e.tar.gz glibc-26bd65c3646919eccae772c6c4f1dafe1274088e.tar.bz2 |
Accept *-*-ieee*.
-rwxr-xr-x | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*) |