diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-11 00:20:22 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-03-11 00:20:22 +0000 |
commit | 26a1dadb40724379019d45c0f0a4470b6a09c2c1 (patch) | |
tree | 952aba70f27bccbc8da8aceb8436a30ae5f375cb /config.sub | |
parent | 3538b9b8b64d0cd34bbd52080c19fcafea695674 (diff) | |
download | gcc-26a1dadb40724379019d45c0f0a4470b6a09c2c1.tar.gz |
* config.sub: Add i386-uwin support.
* config.guess: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25693 138bc75d-0d04-0410-961f-82ee72b054a4
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 05eb93cc48d..4f442ec3f78 100755 --- a/config.sub +++ b/config.sub @@ -937,7 +937,7 @@ case $os in | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \ - | -interix* ) + | -interix* | -uwin* ) # Remember, each alternative MUST END IN *, to match a version number. ;; # EGCS LOCAL |