diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-12-17 11:32:20 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-12-17 11:32:20 +0000 |
commit | 20dbbfaf8bd91b98180b8609fbe17199c1f91742 (patch) | |
tree | 9577a3c2e1182613f8d0dbc6a5331d8c48ecee4a /libgcc | |
parent | d1c5492c3b73df625ffe7b24a634d32adbe61a46 (diff) | |
download | gcc-20dbbfaf8bd91b98180b8609fbe17199c1f91742.tar.gz |
libgcc/
* config.host (mips*-sde-elf*, mipsisa64sr71k-*-elf*): Add to
tmake_file rather replacing it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182431 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/config.host | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 56be7d2607e..8ad0c99ace9 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2011-12-17 Richard Sandiford <rdsandiford@googlemail.com> + + * config.host (mips*-sde-elf*, mipsisa64sr71k-*-elf*): Add to + tmake_file rather replacing it. + 2011-12-15 Iain Sandoe <iains@gcc.gnu.org> * config/rs6000/darwin-world.S (toplevel): Make it clear that this diff --git a/libgcc/config.host b/libgcc/config.host index f15282c4924..a30bf5208ec 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -751,7 +751,7 @@ mips*-*-linux*) # Linux MIPS, either endian. mips*-*-openbsd*) ;; mips*-sde-elf*) - tmake_file="mips/t-crtstuff mips/t-mips16" + tmake_file="$tmake_file mips/t-crtstuff mips/t-mips16" case "${with_newlib}" in yes) # newlib / libgloss. @@ -771,7 +771,7 @@ mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*) extra_parts="$extra_parts crti.o crtn.o" ;; mipsisa64sr71k-*-elf*) - tmake_file="mips/t-elf mips/t-crtstuff t-fdpbit" + tmake_file="$tmake_file mips/t-elf mips/t-crtstuff t-fdpbit" extra_parts="$extra_parts crti.o crtn.o" ;; mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*) |