diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2012-10-31 02:17:37 +0000 |
---|---|---|
committer | Ralf Corsepius <corsepiu@gcc.gnu.org> | 2012-10-31 03:17:37 +0100 |
commit | c1d4fa04ce658d41ff178e19be7c307fb415e176 (patch) | |
tree | 5b5a12866b014689d7138ae854071ba6d3eebcd7 /libgcc/config.host | |
parent | b0b4a253087edb32c7c1b7f07e156d6caf6ff3b3 (diff) | |
download | gcc-c1d4fa04ce658d41ff178e19be7c307fb415e176.zip gcc-c1d4fa04ce658d41ff178e19be7c307fb415e176.tar.gz gcc-c1d4fa04ce658d41ff178e19be7c307fb415e176.tar.bz2 |
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
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 863b3c9..f391334 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -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 |