diff options
author | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-09 21:31:09 +0000 |
---|---|---|
committer | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-09 21:31:09 +0000 |
commit | 16348e18cda468e76ce566092654c3420350064c (patch) | |
tree | 875ae1ad7c1ac81c133dfa737d3abdd3c97becaa /libgcc | |
parent | 24b6b0d262be2453d7f8dc46f1a6966b6f42cf8b (diff) | |
download | gcc-16348e18cda468e76ce566092654c3420350064c.tar.gz |
* config.host (powerpc-*-eabispe*): Add t-fdpbit to tmake_file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200846 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-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 6fa31d7720e..0e1a11a3df0 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 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*) |