mirror of git://gcc.gnu.org/git/gcc.git
config.host (powerpc-*-elf*): Add rs6000/t-savresfgpr to tmake_file.
* config.host (powerpc-*-elf*): Add rs6000/t-savresfgpr to tmake_file. (powerpc-wrs-vxworks): Likewise. From-SVN: r199219
This commit is contained in:
parent
f62511da91
commit
49dcafd4ec
|
|
@ -1,3 +1,8 @@
|
||||||
|
2013-05-22 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
|
* config.host (powerpc-*-elf*): Add rs6000/t-savresfgpr to tmake_file.
|
||||||
|
(powerpc-wrs-vxworks): Likewise.
|
||||||
|
|
||||||
2013-05-22 Eric Botcazou <ebotcazou@adacore.com>
|
2013-05-22 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
* config/sparc/sol2-unwind.h (sparc64_frob_update_context): Do it for
|
* config/sparc/sol2-unwind.h (sparc64_frob_update_context): Do it for
|
||||||
|
|
|
||||||
|
|
@ -863,7 +863,7 @@ powerpc-*-eabisim*)
|
||||||
extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
extra_parts="$extra_parts crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||||
;;
|
;;
|
||||||
powerpc-*-elf*)
|
powerpc-*-elf*)
|
||||||
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-savresfgpr rs6000/t-crtstuff t-crtstuff-pic t-fdpbit"
|
||||||
extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o ecrti.o ecrtn.o ncrti.o ncrtn.o"
|
||||||
;;
|
;;
|
||||||
powerpc-*-eabialtivec*)
|
powerpc-*-eabialtivec*)
|
||||||
|
|
@ -888,7 +888,7 @@ powerpc*-*-linux*)
|
||||||
md_unwind_header=rs6000/linux-unwind.h
|
md_unwind_header=rs6000/linux-unwind.h
|
||||||
;;
|
;;
|
||||||
powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
|
powerpc-wrs-vxworks|powerpc-wrs-vxworksae)
|
||||||
tmake_file="$tmake_file rs6000/t-ppccomm t-fdpbit"
|
tmake_file="$tmake_file rs6000/t-ppccomm rs6000/t-savresfgpr t-fdpbit"
|
||||||
;;
|
;;
|
||||||
powerpc-*-lynxos*)
|
powerpc-*-lynxos*)
|
||||||
tmake_file="$tmake_file rs6000/t-lynx t-fdpbit"
|
tmake_file="$tmake_file rs6000/t-lynx t-fdpbit"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue