head	1.2;
access;
symbols
	RELEASE_5_4_0:1.1.1.1
	RELEASE_4_11_0:1.1.1.1
	RELEASE_5_3_0:1.1.1.1
	RELEASE_4_10_0:1.1.1.1
	RELEASE_5_2_1:1.1.1.1
	RELEASE_5_2_0:1.1.1.1
	RELEASE_4_9_0:1.1.1.1
	RELEASE_5_1_0:1.1.1.1
	RELEASE_4_8_0:1.1.1.1
	RELEASE_5_0_0:1.1.1.1
	RELEASE_4_7_0:1.1.1.1
	RELEASE_4_6_2:1.1.1.1
	RELEASE_4_6_1:1.1.1.1
	RELEASE_4_6_0:1.1.1.1
	RELEASE_5_0_DP1:1.1.1.1
	RELEASE_4_5_0:1.1.1.1
	RELEASE_4_4_0:1.1.1.1
	RELEASE_4_3_0:1.1.1.1
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	gcc_2_7_2_3_port:1.1.1.1
	OBRIEN:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2005.07.19.02.51.41;	author linimon;	state dead;
branches;
next	1.1;

1.1
date	2000.03.22.19.10.40;	author obrien;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.03.22.19.10.40;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.2
log
@As previously announced, remove gcc27.  It is no longer used by anything
in the tree.  If absolutely necessary for compatibility with old code,
use lang/gcc28 or preferably lang/gcc295.
@
text
@--- configure.orig	Wed Aug 13 10:23:24 1997
+++ configure	Wed Mar 22 10:37:04 2000
@@@@ -80,7 +80,7 @@@@
 exec_prefix='$(prefix)'
 #
 # The default g++ include directory is $(libdir)/g++-include.
-gxx_include_dir='$(libdir)/g++-include'
+gxx_include_dir='$(libsubdir)/g++-include'
 
 # Default --program-transform-name to nothing.
 program_transform_name=
@@@@ -931,9 +931,31 @@@@
 # Next line turned off because both 386BSD and BSD/386 use GNU ld.
 #		use_collect2=yes
 		;;
-	i[3456]86-*-freebsd*)
+	alpha-*-freebsd*)
+		cpu_type=alpha
+		tm_file=alpha/freebsd-elf.h
+		xm_file=alpha/xm-freebsd.h
+		# On FreeBSD, the headers are already ok.
+		fixincludes=Makefile.in
+		xmake_file=alpha/x-freebsd
+		gas=yes
+		gnu_ld=yes
+		stabs=yes
+		;;
+	i[345]86-*-freebsd*)
 		cpu_type=i386
 		tm_file=i386/freebsd.h
+		xm_file=i386/xm-freebsd.h
+		# On FreeBSD, the headers are already ok.
+		fixincludes=Makefile.in
+		xmake_file=i386/x-freebsd
+		gas=yes
+		gnu_ld=yes
+		stabs=yes
+		;;
+	i[3456]86-*-freebsdaout*)
+		cpu_type=i386
+		tm_file=i386/freebsd-aout.h
 		xm_file=i386/xm-freebsd.h
 		# On FreeBSD, the headers are already ok.
 		fixincludes=Makefile.in
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Port of the GCC 2.7.2.3 that was the base compiler in FreeBSD 2.2.x thru 3.x.
@
text
@@
