mirror of git://gcc.gnu.org/git/gcc.git
config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to tmake_file.
2012-10-25 Sebastian Huber <sebastian.huber@embedded-brains.de> * config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to tmake_file. From-SVN: r192795
This commit is contained in:
parent
926cd61f45
commit
6f28886030
|
|
@ -1,3 +1,8 @@
|
||||||
|
2012-10-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
|
* config.host (powerpc-*-rtems*): Add rs6000/t-savresfgpr to
|
||||||
|
tmake_file.
|
||||||
|
|
||||||
2012-10-23 Ian Bolton <ian.bolton@arm.com>
|
2012-10-23 Ian Bolton <ian.bolton@arm.com>
|
||||||
Jim MacArthur <jim.macarthur@arm.com>
|
Jim MacArthur <jim.macarthur@arm.com>
|
||||||
Marcus Shawcroft <marcus.shawcroft@arm.com>
|
Marcus Shawcroft <marcus.shawcroft@arm.com>
|
||||||
|
|
|
||||||
|
|
@ -887,7 +887,7 @@ powerpc-*-eabi*)
|
||||||
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-*-rtems*)
|
powerpc-*-rtems*)
|
||||||
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-*-linux* | powerpc64-*-linux*)
|
powerpc-*-linux* | powerpc64-*-linux*)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue