diff options
author | Janis Johnson <janisjo@codesourcery.com> | 2013-07-09 21:31:09 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2013-07-09 21:31:09 +0000 |
commit | 7da38058022e0d9b649b95c159f0be7accb2c4a0 (patch) | |
tree | 875ae1ad7c1ac81c133dfa737d3abdd3c97becaa | |
parent | ce9011004c1a2cdbfd6bb2b7e0003f73a3f21d69 (diff) | |
download | gcc-7da38058022e0d9b649b95c159f0be7accb2c4a0.zip gcc-7da38058022e0d9b649b95c159f0be7accb2c4a0.tar.gz gcc-7da38058022e0d9b649b95c159f0be7accb2c4a0.tar.bz2 |
* config.host (powerpc-*-eabispe*): Add t-fdpbit to tmake_file.
From-SVN: r200846
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 6fa31d7..0e1a11a 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -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 diff --git a/libgcc/config.host b/libgcc/config.host index d9d9c5f..9c47e1b 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*) |