diff options
author | Nick Clifton <nickc@redhat.com> | 2016-07-19 16:07:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2016-07-19 16:07:40 +0000 |
commit | 985a47b29755eb080355712e98c76daeeccba659 (patch) | |
tree | 99ae56f122b664fd209422f87b6add1044a4321e | |
parent | e7980addd0537e0d053371ef8094d019ac52dfbf (diff) | |
download | gcc-985a47b29755eb080355712e98c76daeeccba659.zip gcc-985a47b29755eb080355712e98c76daeeccba659.tar.gz gcc-985a47b29755eb080355712e98c76daeeccba659.tar.bz2 |
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
-rw-r--r-- | libgcc/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/config.host | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index b3aaf3d..f2d7114 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2016-07-19 Nick Clifton <nickc@redhat.com> + + * config.host (m32r): Add m32r/t-m32r to tmake_file. + Add crtinit.o and crtfini.o to extra_parts. + 2016-07-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com> * config/rs6000/_divkc3.c: New. diff --git a/libgcc/config.host b/libgcc/config.host index f0b0b11..4ccf25d 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 |