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


1.7
date	2009.11.21.22.00.18;	author gerald;	state dead;
branches;
next	1.6;

1.6
date	99.08.16.10.51.53;	author obrien;	state Exp;
branches;
next	1.5;

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

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

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

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

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


desc
@@


1.7
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.orig	Tue Jun  8 02:19:23 1999
+++ gcc/configure	Mon Jun 14 23:54:18 1999
@@@@ -3058,6 +3058,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"
@@@@ -3536,17 +3545,17 @@@@
 # 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 svr4.h i386/freebsd-elf.h i386/perform.h"
+	i[34567]86-*-freebsd[12].* | i[34567]86-*-freebsd[12] | i[34567]86-*-freebsdaout*)
+		tm_file=i386/freebsd-aout.h
+		tmake_file=t-freebsd
+		;;
+	i[34567]86-*-freebsd[3-9].* | i[34567]86-*-freebsd[3-9] | i[34567]86-*-freebsd* | i[34567]86-*-freebsdelf*)
+		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
-		;;
-	i[34567]86-*-freebsd*)
-		tm_file=i386/freebsd.h
-		tmake_file=t-freebsd
 		;;
 	i[34567]86-*-netbsd*)
 		tm_file=i386/netbsd.h
@


1.6
log
@Include the proper arch header for a.out systems.
@
text
@@


1.5
log
@Update to GCC-2.95 (what would have been EGCS-1.2).
@
text
@d26 1
a26 1
+		tm_file=i386/freebsd.h
@


1.4
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.orig	Sun Mar 14 02:59:02 1999
+++ gcc/configure	Sat Mar 20 00:40:05 1999
@@@@ -2395,6 +2395,15 @@@@
d8 1
a8 1
+		tm_file="${tm_file} freebsd.h alpha/freebsd.h alpha/freebsd-elf.h"
d17 3
a19 3
 		tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsdl-elf.h"
 		xm_file="xm-netbsd.h ${xm_file}"
@@@@ -2851,21 +2860,21 @@@@
d24 3
a26 10
-		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
-		extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
-		tmake_file=i386/t-freebsd
-		gas=yes
-		gnu_ld=yes
-		stabs=yes
d28 10
a37 2
 		;;
 	i[34567]86-*-freebsd*)
d39 1
a39 9
+		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
+		extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
+		tmake_file=t-freebsd
+		gas=yes
+		gnu_ld=yes
+		stabs=yes
@


1.3
log
@Upgrade to 1.1.2 release.
@
text
@d1 2
a2 2
--- gcc/configure.orig	Mon Mar  8 10:06:10 1999
+++ gcc/configure	Sat Mar 13 19:08:06 1999
d30 1
a30 1
 		tmake_file=i386/t-freebsd
d34 1
d41 1
d43 1
a43 1
 		tmake_file=i386/t-freebsd
@


1.2
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.orig	Wed Dec  2 11:22:52 1998
+++ gcc/configure	Tue Feb  9 02:21:19 1999
@@@@ -2748,20 +2748,21 @@@@
d26 1
a26 1
+		tm_file=i386/freebsd.h
d29 1
@


1.1
log
@Build and install crtbegin.o crtbeginS.o crtend.o crtendS.o for the ELF case.
This should fix some of the problems with exceptions under ELF.

PR:		ports/9089
Submitted by:	jdp via Robert Schulhof <rrs@@LMI.Net>
@
text
@d2 19
a20 3
+++ gcc/configure	Fri Dec 25 00:35:40 1998
@@@@ -2752,6 +2752,7 @@@@
 		tm_file="i386/i386.h i386/att.h linux.h i386/freebsd-elf.h i386/perform.h"
d25 6
a30 2
 		gas=yes
 		gnu_ld=yes
@

