diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-11-17 20:23:34 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-11-17 20:23:34 +0200 |
commit | b1f89d2c2974376d6f99f1770a5f618c6f3afed2 (patch) | |
tree | 0ad8b10ae69f7f36c43a29c126948dd69b1273d3 /config.guess | |
parent | 8e231f506a4c950e276b0400c78f2b78f5c65749 (diff) | |
download | egawk-b1f89d2c2974376d6f99f1770a5f618c6f3afed2.tar.gz egawk-b1f89d2c2974376d6f99f1770a5f618c6f3afed2.tar.bz2 egawk-b1f89d2c2974376d6f99f1770a5f618c6f3afed2.zip |
Update config.guess.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess index b33c9e89..18f8edc0 100755 --- a/config.guess +++ b/config.guess @@ -890,7 +890,7 @@ EOF echo "$UNAME_MACHINE"-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) - echo x86_64-unknown-cygwin + echo x86_64-pc-cygwin exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" |