From c1d4fa04ce658d41ff178e19be7c307fb415e176 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 31 Oct 2012 02:17:37 +0000 Subject: [PATCH] config.host (m32r-*-rtems*): Include crtinit.o and crtfinit.o as extra_parts. 2012-10-31 Joel Sherrill * config.host (m32r-*-rtems*): Include crtinit.o and crtfinit.o as extra_parts. From-SVN: r193010 --- libgcc/ChangeLog | 5 +++++ libgcc/config.host | 1 + 2 files changed, 6 insertions(+) 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 + + * config.host (m32r-*-rtems*): Include crtinit.o and crtfinit.o + as extra_parts. + 2012-10-26 Uros Bizjak * 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 -- 2.30.2