head	1.3;
access;
symbols
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2009.01.24.12.17.08;	author gerald;	state dead;
branches;
next	1.2;

1.2
date	2005.02.12.13.19.46;	author das;	state Exp;
branches;
next	1.1;

1.1
date	99.02.09.18.25.43;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove lang/gcc28 (GCC 2.8) which has been DEPRECATED for more than
3 years and does not build anywhere.

No objections:	mjl@@luckie.org.nz (maintainer), pav
@
text
@--- configure.in.orig	Sat Feb 28 15:58:12 1998
+++ configure.in	Sat Feb 12 02:26:56 2005
@@@@ -303,6 +303,14 @@@@
 	a29k-*-*)			# Default a29k environment.
 		use_collect2=yes
 		;;
+	alpha*-*-freebsd*)
+		tm_file=alpha/freebsd.h
+		if [[ "${OSVERSION}" -lt 600011 ]] ; \
+		then fixincludes=fixinc.math; \
+		else fixincludes=Makefile.in; \
+		fi
+		tmake_file=t-libc-ok
+		;;
 	alpha*-*-linux-gnuecoff*)
 		tm_file="${tm_file} alpha/linux.h"
 		xm_file="${xm_file} alpha/xm-linux.h"
@@@@ -762,20 +770,24 @@@@
 # Next line turned off because both 386BSD and BSD/386 use GNU ld.
 #		use_collect2=yes
 		;;
-	i[[34567]]86-*-freebsdelf*)
-		tm_file="i386/i386.h i386/att.h linux.h i386/freebsd-elf.h i386/perform.h"
-		# On FreeBSD, the headers are already ok, except for math.h.
-		fixincludes=fixinc.math
+	i[[34567]]86-*-freebsdaout*)
+		tm_file=i386/freebsd.h
+		if [[ "${OSVERSION}" -lt 600011 ]] ; \
+		then fixincludes=fixinc.math; \
+		else fixincludes=Makefile.in; \
+		fi
 		tmake_file=i386/t-freebsd
-		gas=yes
-		gnu_ld=yes
-		stabs=yes
 		;;
 	i[[34567]]86-*-freebsd*)
-		tm_file=i386/freebsd.h
-		# On FreeBSD, the headers are already ok, except for math.h.
-		fixincludes=fixinc.math
+		tm_file="i386/i386.h i386/att.h linux.h i386/freebsd.h i386/perform.h"
+		if [[ "${OSVERSION}" -lt 600011 ]] ; \
+		then fixincludes=fixinc.math; \
+		else fixincludes=Makefile.in; \
+		fi
 		tmake_file=i386/t-freebsd
+		gas=yes
+		gnu_ld=yes
+		stabs=yes
 		;;
 	i[[34567]]86-*-netbsd*)
 		tm_file=i386/netbsd.h
@


1.2
log
@Fix build.  Ports that formerly attempted to work around problems
created by matherr() no longer need to do so.
@
text
@@


1.1
log
@GNUHOST is now "i386-unknown-freebsd3" for ELF machines and
"i386-unknown-freebsdaout3" for a.out machines.
@
text
@d1 3
a3 3
--- configure.in.orig	Sat Feb 28 12:58:12 1998
+++ configure.in	Tue Feb  9 02:24:34 1999
@@@@ -303,6 +303,13 @@@@
d9 4
a12 3
+		# On FreeBSD, the headers are already ok, except for math.h. (??right??)
+		fixincludes=fixinc.math
+		fixincludes=fixinc.math
d18 1
a18 1
@@@@ -762,20 +769,20 @@@@
d24 2
d28 4
a31 2
 		# On FreeBSD, the headers are already ok, except for math.h.
 		fixincludes=fixinc.math
d39 2
d42 4
a45 2
 		# On FreeBSD, the headers are already ok, except for math.h.
 		fixincludes=fixinc.math
@

