[PATCH] use proper tmake file for FreeBSD/PowerPC

David O'Brien obrien@FreeBSD.org
Wed Dec 5 17:46:00 GMT 2001


I committed this under the "obviously correct" rule.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/egcs/gcc/ChangeLog,v
retrieving revision 1.12173
diff -u -r1.12173 ChangeLog
--- ChangeLog	2001/12/05 23:48:01	1.12173
+++ ChangeLog	2001/12/06 01:42:44
@@ -1,3 +1,8 @@
+2001-12-05  David O'Brien  <obrien@FreeBSD.org>
+
+	* config.gcc (powerpc-*-freebsd*): Use the proper tmake_file files,
+	as set by the generic FreeBSD configure framework.
+
 2001-12-04  Jason Merrill  <jason@redhat.com>
 
 	* langhooks.h (struct lang_hooks_for_tree_inlining): Add
Index: config.gcc
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config.gcc,v
retrieving revision 1.123
diff -u -r1.123 config.gcc
--- config.gcc	2001/12/05 21:19:14	1.123
+++ config.gcc	2001/12/06 01:42:44
@@ -2645,7 +2645,7 @@
 	tm_file="${tm_file} elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
 	xm_file=rs6000/xm-sysv4.h
 	out_file=rs6000/rs6000.c
-	tmake_file="rs6000/t-ppcos t-freebsd rs6000/t-ppccomm"
+	tmake_file="rs6000/t-ppcos ${tmake_file} rs6000/t-ppccomm"
 	extra_headers=ppc-asm.h
 	;;
 powerpc-*-sysv*)



More information about the Gcc-patches mailing list