mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 23:30:59 +08:00
config.host (m32r-*-rtems*): Include crtinit.o and crtfinit.o as extra_parts.
2012-10-31 Joel Sherrill <joel.sherrill@oarcorp.com> * config.host (m32r-*-rtems*): Include crtinit.o and crtfinit.o as extra_parts. From-SVN: r193010
This commit is contained in:
parent
b0b4a25308
commit
c1d4fa04ce
libgcc
@ -1,3 +1,8 @@
|
||||
2012-10-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* config.host (m32r-*-rtems*): Include crtinit.o and crtfinit.o
|
||||
as extra_parts.
|
||||
|
||||
2012-10-26 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* config/i386/crtfastmath.c (set_fast_math): Use __builtin_ia32_fxsave.
|
||||
|
@ -696,6 +696,7 @@ m32r-*-elf*)
|
||||
;;
|
||||
m32r-*-rtems*)
|
||||
tmake_file="$tmake_file m32r/t-m32r t-fdpbit"
|
||||
extra_parts="$extra_parts crtinit.o crtfini.o"
|
||||
;;
|
||||
m32rle-*-elf*)
|
||||
tmake_file=t-fdpbit
|
||||
|
Loading…
x
Reference in New Issue
Block a user