config.host (crisv32-*-none, [...]): Remove.

* config.host (crisv32-*-none, cris-*-none): Remove.
	(crisv32-*-elf): Append to tmake_file, don't just set it.
	(cris-*-elf): Add missing t-fdpbit to tmake_file.

From-SVN: r180854
This commit is contained in:
Hans-Peter Nilsson 2011-11-03 21:16:07 +00:00 committed by Hans-Peter Nilsson
parent 596a95799c
commit bf86b0671b
2 changed files with 8 additions and 10 deletions

View File

@ -1,3 +1,9 @@
2011-11-03 Hans-Peter Nilsson <hp@axis.com>
* config.host (crisv32-*-none, cris-*-none): Remove.
(crisv32-*-elf): Append to tmake_file, don't just set it.
(cris-*-elf): Add missing t-fdpbit to tmake_file.
2011-11-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/rs6000/t-ppccomm (ecrti$(objext)): Use $<.

View File

@ -425,18 +425,10 @@ bfin*-*)
extra_parts="crtbegin.o crtend.o crti.o crtn.o"
;;
crisv32-*-elf)
tmake_file="cris/t-cris t-fdpbit"
tmake_file="$tmake_file cris/t-cris t-fdpbit"
;;
crisv32-*-none)
tmake_file="cris/t-cris t-fdpbit"
extra_parts="crtbegin.o crtend.o"
;;
cris-*-elf)
tmake_file="$tmake_file cris/t-cris cris/t-elfmulti"
;;
cris-*-none)
tmake_file="$tmake_file cris/t-cris cris/t-elfmulti"
extra_parts="crtbegin.o crtend.o"
tmake_file="$tmake_file cris/t-cris t-fdpbit cris/t-elfmulti"
;;
cris-*-linux* | crisv32-*-linux*)
tmake_file="$tmake_file cris/t-cris t-fdpbit cris/t-linux"