summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/configure.in
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-02-17 08:34:50 +0000
committerobrien <obrien@FreeBSD.org>2001-02-17 08:34:50 +0000
commitc67d59390e4485092d22ef31e9279cd03761aae8 (patch)
treeb86771e64e7a23a8c3c4d3a5e8e0c087685dbc59 /contrib/gcc/configure.in
parentf765f568136edef27288671f5bf261cb36d01ffe (diff)
downloadFreeBSD-src-c67d59390e4485092d22ef31e9279cd03761aae8.zip
FreeBSD-src-c67d59390e4485092d22ef31e9279cd03761aae8.tar.gz
Enlist the FreeBSD-CURRENT users as testers of GCC 2.95.3 Release Candidate #3
Diffstat (limited to 'contrib/gcc/configure.in')
-rw-r--r--contrib/gcc/configure.in11
1 files changed, 4 insertions, 7 deletions
diff --git a/contrib/gcc/configure.in b/contrib/gcc/configure.in
index 2d054fd..55dcec7 100644
--- a/contrib/gcc/configure.in
+++ b/contrib/gcc/configure.in
@@ -1,7 +1,7 @@
# configure.in for GNU CC
# Process this file with autoconf to generate a configuration script.
-# Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
#This file is part of GNU CC.
@@ -396,10 +396,9 @@ GCC_FUNC_PRINTF_PTR
case "${host}" in
*-*-uwin*)
- # Under some versions of uwin, vfork is notoriously buggy and the test
- # can hang configure; on other versions, vfork exists just as a stub.
- # FIXME: This should be removed once vfork in uwin's runtime is fixed.
- ac_cv_func_vfork_works=no
+ AC_MSG_ERROR([
+*** UWIN may not be used as a host platform because
+*** linking with posix.dll is not allowed by the GNU GPL])
;;
esac
AC_FUNC_VFORK
@@ -1564,8 +1563,6 @@ changequote(,)dnl
i[34567]86-*-uwin*)
changequote([,])dnl
tm_file=i386/uwin.h
- xm_file="${xm_file} i386/xm-uwin.h"
- xm_defines="USG NO_STAB_H NO_SYS_SIGLIST"
tmake_file="i386/t-cygwin i386/t-uwin"
extra_objs=winnt.o
xmake_file=i386/x-cygwin
OpenPOWER on IntegriCloud