diff options
author | Mumit Khan <khan@xraylith.wisc.edu> | 1999-03-11 00:20:22 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-03-10 17:20:22 -0700 |
commit | 926bb5ed06cdb744acb91754e4590b17e2487741 (patch) | |
tree | 952aba70f27bccbc8da8aceb8436a30ae5f375cb /config.sub | |
parent | 4525d757281c6c39154236043aaeb82873dcaeb1 (diff) | |
download | gcc-926bb5ed06cdb744acb91754e4590b17e2487741.zip gcc-926bb5ed06cdb744acb91754e4590b17e2487741.tar.gz gcc-926bb5ed06cdb744acb91754e4590b17e2487741.tar.bz2 |
config.sub: Add i386-uwin support.
* config.sub: Add i386-uwin support.
* config.guess: Likewise.
From-SVN: r25693
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |