diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 1995-12-13 21:43:08 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 1995-12-13 21:43:08 +0000 |
commit | 869b061cfae61d30a1d5fcedc1e70ddb522e0f7b (patch) | |
tree | 0d3250c9f2b11839c48bda89377e1735f65ed265 /gcc/config.sub | |
parent | a45cf58ce9640a830d6b964739bd10d6bb05637f (diff) | |
download | gcc-869b061cfae61d30a1d5fcedc1e70ddb522e0f7b.zip gcc-869b061cfae61d30a1d5fcedc1e70ddb522e0f7b.tar.gz gcc-869b061cfae61d30a1d5fcedc1e70ddb522e0f7b.tar.bz2 |
Accept *-*-ieee*.
From-SVN: r10709
Diffstat (limited to 'gcc/config.sub')
-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 c2502d8..b3e1626 100755 --- a/gcc/config.sub +++ b/gcc/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*) |