diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-07-19 16:07:40 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-07-19 16:07:40 +0000 |
commit | 78c81e30eda56d89a4f2364312596059df5464f2 (patch) | |
tree | 99ae56f122b664fd209422f87b6add1044a4321e /libgcc/config.host | |
parent | 0d565f19845a2c608b187a8c3ea7272951e10e8b (diff) | |
download | gcc-78c81e30eda56d89a4f2364312596059df5464f2.tar.gz |
* config.host (m32r): Add m32r/t-m32r to tmake_file.
Add crtinit.o and crtfini.o to extra_parts.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238478 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 3 |
1 files changed, 2 insertions, 1 deletions
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 |