summaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorcorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-31 02:17:37 +0000
committercorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-31 02:17:37 +0000
commit0cd8c08876e2e6ba4918dd115d6fbe34e0b696fd (patch)
tree5b5a12866b014689d7138ae854071ba6d3eebcd7 /libgcc
parent37719abe078396f6f15c2201f5e539acb69bee69 (diff)
downloadgcc-0cd8c08876e2e6ba4918dd115d6fbe34e0b696fd.tar.gz
2012-10-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* config.host (m32r-*-rtems*): Include crtinit.o and crtfinit.o as extra_parts. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193010 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog5
-rw-r--r--libgcc/config.host1
2 files changed, 6 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 3f073ab12eb..6be90f579f2 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -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.
diff --git a/libgcc/config.host b/libgcc/config.host
index 863b3c9f987..f391334ed6a 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