aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorSumanth G <sumanth.gundapaneni@kpitcummins.com>2012-02-02 10:20:32 +0000
committerJayant Sonar <jayants@gcc.gnu.org>2012-02-02 10:20:32 +0000
commitb25364a0b9e59bb9ef6d7d9740dfb750ec27f40d (patch)
tree6c6a242bece77442e5ca1c66403d5cee85d5584f /gcc/config.gcc
parent903e49f52065e9547a6e534d1bedbc980f77a5b1 (diff)
downloadgcc-b25364a0b9e59bb9ef6d7d9740dfb750ec27f40d.zip
gcc-b25364a0b9e59bb9ef6d7d9740dfb750ec27f40d.tar.gz
gcc-b25364a0b9e59bb9ef6d7d9740dfb750ec27f40d.tar.bz2
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 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index c82aaf5..65a423a 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"