From 985a47b29755eb080355712e98c76daeeccba659 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 19 Jul 2016 16:07:40 +0000 Subject: [PATCH] config.host (m32r): Add m32r/t-m32r to tmake_file. * config.host (m32r): Add m32r/t-m32r to tmake_file. Add crtinit.o and crtfini.o to extra_parts. From-SVN: r238478 --- libgcc/ChangeLog | 5 +++++ libgcc/config.host | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index b3aaf3dc243..f2d7114cb49 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2016-07-19 Nick Clifton + + * config.host (m32r): Add m32r/t-m32r to tmake_file. + Add crtinit.o and crtfini.o to extra_parts. + 2016-07-12 Bill Schmidt * config/rs6000/_divkc3.c: New. diff --git a/libgcc/config.host b/libgcc/config.host index f0b0b11552c..4ccf25d30af 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -787,7 +787,8 @@ lm32-*-uclinux*) tmake_file="lm32/t-lm32 lm32/t-uclinux t-libgcc-pic t-softfp-sfdf t-softfp" ;; m32r-*-elf*) - tmake_file=t-fdpbit + 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