* config.host (powerpc-*-eabispe*): Add t-fdpbit to tmake_file.

From-SVN: r200846
This commit is contained in:
Janis Johnson 2013-07-09 21:31:09 +00:00 committed by Janis Johnson
parent ce9011004c
commit 7da3805802
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-07-09 Janis Johnson <janisjo@codesourcery.com>
* config.host (powerpc-*-eabispe*): Add t-fdpbit to tmake_file.
2013-07-06 Jakub Jelinek <jakub@redhat.com>
PR target/29776

View File

@ -869,7 +869,7 @@ powerpc-*-netbsd*)
tmake_file="$tmake_file rs6000/t-netbsd rs6000/t-crtstuff"
;;
powerpc-*-eabispe*)
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic"
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
;;
powerpc-*-eabisimaltivec*)