head	1.3;
access;
symbols
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	pgcc_2_95_1:1.2;
locks; strict;
comment	@# @;


1.3
date	2002.06.08.17.28.14;	author obrien;	state dead;
branches;
next	1.2;

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

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


desc
@@


1.3
log
@This was still at the GCC 2.95.2 level.  GCC 3.1 has really subsumed
the optimization work the PGCC group did based on the closed development
GCC versions.
@
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.2
log
@Upgrade to version 2.95.1.
@
text
@@


1.1
log
@Upgrade to version 1.1.3, and sync with changes to the egcs port.
@
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
@

