]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.host (powerpc-*-eabispe*): Add t-fdpbit to tmake_file.
authorJanis Johnson <janisjo@codesourcery.com>
Tue, 9 Jul 2013 21:31:09 +0000 (21:31 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 9 Jul 2013 21:31:09 +0000 (21:31 +0000)
From-SVN: r200846

libgcc/ChangeLog
libgcc/config.host

index 6fa31d7720e0dd5fefe075024dd070e95014faa2..0e1a11a3df0df28b8b416d7afe57d528f5d30735 100644 (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
index d9d9c5ff8c10d1ec1aca279e16eba1e16c0224ae..9c47e1b4233a4f0f47a6fa7250a9ef334242ca2d 100644 (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*)