diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-13 17:50:21 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-13 17:50:21 +0000 |
commit | 0d4639d603bb2745b4edae24cc8193576240a122 (patch) | |
tree | ff50693b0609217b314e55c62c776318d6c5cc24 /gcc/config.host | |
parent | c8c701f704d853d89a6df9099dd3453d7e2a1f92 (diff) | |
download | gcc-0d4639d603bb2745b4edae24cc8193576240a122.tar.gz |
* configure.in: Fix grammatical error. Move UWIN host error to...
* config.host: Here.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72435 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.host')
-rw-r--r-- | gcc/config.host | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config.host b/gcc/config.host index 9fb6baa21c9..b9bba7442ff 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -137,7 +137,9 @@ case ${host} in host_exeext=.exe ;; i[34567]86-*-uwin*) - host_exeext=.exe + echo "*** UWIN may not be used as a host platform because" + echo "*** linking with posix.dll is not allowed by the GNU GPL." + exit 1 ;; i[34567]86-*-interix3*) host_xmake_file="x-interix" |