Commit 2c55543b by Nathanael Nerode

configure.in: Fix grammatical error.

	* configure.in: Fix grammatical error.  Move UWIN host error to...
	* config.host: Here.
	* configure: Regenerate.

From-SVN: r72435
parent f2d226e1
2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Fix grammatical error. Move UWIN host error to...
* config.host: Here.
* configure: Regenerate.
2003-10-13 Andreas Krebbel <krebbel1@de.ibm.com>
* config/s390/s390.md ("*fmadddf4", "*fmsubdf4", "*fmaddsf4",
......
......@@ -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"
......
......@@ -797,13 +797,8 @@ gcc_AC_FUNC_PRINTF_PTR
gcc_AC_FUNC_MMAP_BLACKLIST
case "${host}" in
*-*-uwin*)
AC_MSG_ERROR([
*** UWIN may not be used as a host platform because
*** linking with posix.dll is not allowed by the GNU GPL])
;;
*-*-*vms*)
# Under VMS, vfork works very different than on Unix. The standard test
# Under VMS, vfork works very differently than on Unix. The standard test
# won't work, and it isn't easily adaptable. It makes more sense to
# just force it.
ac_cv_func_vfork_works=yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment