diff options
author | Sumanth G <sumanth.gundapaneni@kpitcummins.com> | 2012-02-02 10:20:32 +0000 |
---|---|---|
committer | Jayant Sonar <jayants@gcc.gnu.org> | 2012-02-02 10:20:32 +0000 |
commit | b25364a0b9e59bb9ef6d7d9740dfb750ec27f40d (patch) | |
tree | 6c6a242bece77442e5ca1c66403d5cee85d5584f /libgcc/config.host | |
parent | 903e49f52065e9547a6e534d1bedbc980f77a5b1 (diff) | |
download | gcc-b25364a0b9e59bb9ef6d7d9740dfb750ec27f40d.tar.gz |
Adding GCC port for National Semicondutor's CR16 architecture
Co-Authored-By: Jayant R Sonar <jayant.sonar@kpitcummins.com>
From-SVN: r183832
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 8f1469734fd..14443c10699 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -98,6 +98,8 @@ avr-*-*) bfin*-*) cpu_type=bfin ;; +cr16-*-*) + ;; fido-*-*) cpu_type=m68k ;; @@ -415,6 +417,10 @@ bfin*-*) tmake_file="$tmake_file bfin/t-bfin t-fdpbit" extra_parts="crtbegin.o crtend.o crti.o crtn.o" ;; +cr16-*-elf) + tmake_file="${tmake_file} cr16/t-cr16 cr16/t-crtlibid t-fdpbit" + extra_parts="$extra_parts crti.o crtn.o crtlibid.o" + ;; crisv32-*-elf) tmake_file="$tmake_file cris/t-cris t-fdpbit" ;; |