From a68d233ff64d692c5376bf8fc84c6edb4a17e6a7 Mon Sep 17 00:00:00 2001 From: bstarynk Date: Fri, 3 Feb 2012 09:24:10 +0000 Subject: 2012-02-03 Basile Starynkevitch MELT branch merged with trunk rev 183862 using svnmerge git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@183866 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config.gcc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/config.gcc') diff --git a/gcc/config.gcc b/gcc/config.gcc index c82aaf51387..65a423a0f96 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -944,6 +944,11 @@ bfin*-*) use_collect2=no use_gcc_stdint=wrap ;; +cr16-*-elf) + tm_file="elfos.h ${tm_file}" + tmake_file="${tmake_file} cr16/t-cr16 " + use_collect2=no + ;; crisv32-*-elf | crisv32-*-none) tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}" tmake_file="cris/t-cris" -- cgit v1.2.1