]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgcc/config.host
Adding GCC port for National Semicondutor's CR16 architecture
[thirdparty/gcc.git] / libgcc / config.host
index 8f1469734fdde6c0f27e3bc17aea6d58320ee532..14443c10699b17d7555bb60bb4e98da83f54ecfc 100644 (file)
@@ -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"
        ;;