diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 6fa31d7720e..0e1a11a3df0 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2013-07-09 Janis Johnson + + * config.host (powerpc-*-eabispe*): Add t-fdpbit to tmake_file. + 2013-07-06 Jakub Jelinek PR target/29776 diff --git a/libgcc/config.host b/libgcc/config.host index d9d9c5ff8c1..9c47e1b4233 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -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*)