config.gcc (powerpc-*-freebsd*): Use the proper tmake_file files, as set by the generic FreeBSD configure framework.

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.

Approved by:  obvious rule

From-SVN: r47705
This commit is contained in:
David O'Brien 2001-12-06 01:43:58 +00:00 committed by David O'Brien
parent bc46bade63
commit f3465a4445
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -2645,7 +2645,7 @@ powerpc*-*-freebsd*)
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*)