Commit eb028768 by Richard Sandiford Committed by Richard Sandiford

config.host (mips*-sde-elf*, [...]): Add to tmake_file rather replacing it.

libgcc/
	* config.host (mips*-sde-elf*, mipsisa64sr71k-*-elf*): Add to
	tmake_file rather replacing it.

From-SVN: r182431
parent 23c74efa
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> 2011-12-15 Iain Sandoe <iains@gcc.gnu.org>
* config/rs6000/darwin-world.S (toplevel): Make it clear that this * config/rs6000/darwin-world.S (toplevel): Make it clear that this
......
...@@ -751,7 +751,7 @@ mips*-*-linux*) # Linux MIPS, either endian. ...@@ -751,7 +751,7 @@ mips*-*-linux*) # Linux MIPS, either endian.
mips*-*-openbsd*) mips*-*-openbsd*)
;; ;;
mips*-sde-elf*) 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 case "${with_newlib}" in
yes) yes)
# newlib / libgloss. # newlib / libgloss.
...@@ -771,7 +771,7 @@ mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*) ...@@ -771,7 +771,7 @@ mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*)
extra_parts="$extra_parts crti.o crtn.o" extra_parts="$extra_parts crti.o crtn.o"
;; ;;
mipsisa64sr71k-*-elf*) 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" extra_parts="$extra_parts crti.o crtn.o"
;; ;;
mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*) mipsisa64sb1-*-elf* | mipsisa64sb1el-*-elf*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment