X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fconfig.gcc;h=536e4d66b419f0929b78ff3b95642f8f4c005e9e;hp=97473721859999863c071fb8e4ab1f131f98facb;hb=0f94661fc703e155920cdc8547a18b92c19e8695;hpb=6e2cbf58d548073a8ad8c1ca290fa8c61b5aa4d5;ds=inline diff --git a/gcc/config.gcc b/gcc/config.gcc index 97473721859..536e4d66b41 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2522,6 +2522,16 @@ tilepro-*-linux*) c_target_objs="tilepro-c.o" cxx_target_objs="tilepro-c.o" ;; +v850-*-rtems*) + target_cpu_default="TARGET_CPU_generic" + tm_file="dbxelf.h elfos.h v850/v850.h" + tm_file="${tm_file} rtems.h v850/rtems.h newlib-stdint.h" + tmake_file="${tmake_file} v850/t-v850" + tmake_file="${tmake_file} t-rtems v850/t-rtems" + use_collect2=no + c_target_objs="v850-c.o" + cxx_target_objs="v850-c.o" + ;; v850*-*-*) case ${target} in v850e2v3-*-*)