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


1.5
date	2009.11.21.22.00.18;	author gerald;	state dead;
branches;
next	1.4;

1.4
date	99.08.05.16.06.01;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	99.03.22.01.35.36;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	99.03.17.00.40.26;	author obrien;	state Exp;
branches;
next	1.1;

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


desc
@@


1.5
log
@Remove lang/gcc295 which is not used by any other port and had been
unused/unusable for most of last year.  Recommend lang/gcc44 instead.

Approved by:	maintainer
@
text
@--- gcc/configure.in.orig	Mon Jun  7 14:37:24 1999
+++ gcc/configure.in	Mon Jun 14 19:25:53 1999
@@@@ -625,6 +625,15 @@@@
  			thread_file='posix'
  		fi
 		;;
+	alpha*-*-freebsd*)
+		tm_file="${tm_file} freebsd.h alpha/freebsd.h"
+		xm_file="${xm_file} xm-freebsd.h"
+		target_cpu_default="MASK_GAS"
+		tmake_file="t-freebsd alpha/t-crtbe"
+		xmake_file=none
+		fixincludes=fixinc.wrap
+		gas=yes gnu_ld=yes
+		;;
 	alpha*-*-netbsd*)
 		tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsd-elf.h"
 		target_cpu_default="MASK_GAS"
@@@@ -1136,20 +1145,20 @@@@
 #		use_collect2=yes
 		;;
 changequote(,)dnl
-	i[34567]86-*-freebsdelf*)
++	i[34567]86-*-freebsd[12].* | i[34567]86-*-freebsd[12] | i[34567]86-*-freebsdaout*)
 changequote([,])dnl
-		tm_file="i386/i386.h i386/att.h svr4.h i386/freebsd-elf.h i386/perform.h"
-		extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
+		tm_file=i386/freebsd.h
 		tmake_file=t-freebsd
-		gas=yes
-		gnu_ld=yes
-		stabs=yes
 		;;
 changequote(,)dnl
-	i[34567]86-*-freebsd*)
+	i[34567]86-*-freebsd[3-9].* | i[34567]86-*-freebsd[3-9] | i[34567]86-*-freebsd* | i[34567]86-*-freebsdelf* | i[34567]86-*-freebsd*)
 changequote([,])dnl
-		tm_file=i386/freebsd.h
+		tm_file="i386/i386.h i386/att.h svr4.h freebsd.h i386/freebsd.h i386/perform.h"
+		extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
 		tmake_file=t-freebsd
+		gas=yes
+		gnu_ld=yes
+		stabs=yes
 		;;
 changequote(,)dnl
 	i[34567]86-*-netbsd*)
@


1.4
log
@Update to GCC-2.95 (what would have been EGCS-1.2).
@
text
@@


1.3
log
@* Add support for ``-pthead''
* Add Alpha support

Obtained from:	Alpha bits taken from Hidetoshi Shimokawa's
                <simokawa@@FreeBSD.ORG> work
@
text
@d1 3
a3 3
--- gcc/configure.in.orig	Sun Mar  7 16:22:22 1999
+++ gcc/configure.in	Sat Mar 20 00:40:58 1999
@@@@ -416,6 +416,15 @@@@
d8 1
a8 1
+		tm_file="${tm_file} freebsd.h alpha/freebsd.h alpha/freebsd-elf.h"
d17 3
a19 4
 		tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsdl-elf.h"
 		xm_file="xm-netbsd.h ${xm_file}"
@@@@ -872,21 +881,21 @@@@
 # Next line turned off because both 386BSD and BSD/386 use GNU ld.
d22 5
a26 6
-	i[[34567]]86-*-freebsdelf*)
-		tm_file="i386/i386.h i386/att.h linux.h i386/freebsd-elf.h i386/perform.h"
+	i[[34567]]86-*-freebsdaout*)
+		tm_file=i386/freebsd-aout.h
 		# On FreeBSD, the headers are already ok, except for math.h.
 		fixincludes=fixinc.wrap
d28 2
a29 1
-		tmake_file=i386/t-freebsd
a32 1
+		tmake_file=t-freebsd
d34 4
a37 1
 	i[[34567]]86-*-freebsd*)
d39 1
a39 4
+		tm_file="i386/i386.h i386/att.h linux.h i386/freebsd.h i386/perform.h"
 		# On FreeBSD, the headers are already ok, except for math.h.
 		fixincludes=fixinc.wrap
-		tmake_file=i386/t-freebsd
d41 1
a41 1
+		tmake_file=t-freebsd
d46 2
a47 2
 	i[[34567]]86-*-netbsd*)
 		tm_file=i386/netbsd.h
@


1.2
log
@Upgrade to 1.1.2 release.
@
text
@d2 1
a2 1
+++ gcc/configure.in	Sat Mar 13 19:23:23 1999
d30 1
a30 1
 		tmake_file=i386/t-freebsd
d34 1
d41 1
d43 1
a43 1
 		tmake_file=i386/t-freebsd
@


1.1
log
@GNUHOST is now "i386-unknown-freebsd" for an ELF machine, and
"i386-unknown-freebsdaout" for an a.out machine.
@
text
@d1 19
a19 3
--- gcc/configure.in.orig	Thu Aug 27 17:19:04 1998
+++ gcc/configure.in	Tue Feb  9 02:22:10 1999
@@@@ -846,20 +846,20 @@@@
d26 1
a26 1
+		tm_file=i386/freebsd.h
d29 1
d40 1
@

