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:
parent
596a95799c
commit
bf86b0671b
2 changed files with 8 additions and 10 deletions
|
@ -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>
|
2011-11-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
* config/rs6000/t-ppccomm (ecrti$(objext)): Use $<.
|
* config/rs6000/t-ppccomm (ecrti$(objext)): Use $<.
|
||||||
|
|
|
@ -425,18 +425,10 @@ bfin*-*)
|
||||||
extra_parts="crtbegin.o crtend.o crti.o crtn.o"
|
extra_parts="crtbegin.o crtend.o crti.o crtn.o"
|
||||||
;;
|
;;
|
||||||
crisv32-*-elf)
|
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)
|
cris-*-elf)
|
||||||
tmake_file="$tmake_file cris/t-cris cris/t-elfmulti"
|
tmake_file="$tmake_file cris/t-cris t-fdpbit cris/t-elfmulti"
|
||||||
;;
|
|
||||||
cris-*-none)
|
|
||||||
tmake_file="$tmake_file cris/t-cris cris/t-elfmulti"
|
|
||||||
extra_parts="crtbegin.o crtend.o"
|
|
||||||
;;
|
;;
|
||||||
cris-*-linux* | crisv32-*-linux*)
|
cris-*-linux* | crisv32-*-linux*)
|
||||||
tmake_file="$tmake_file cris/t-cris t-fdpbit cris/t-linux"
|
tmake_file="$tmake_file cris/t-cris t-fdpbit cris/t-linux"
|
||||||
|
|
Loading…
Add table
Reference in a new issue