diff options
author | Ralf Corsepius <ralf.corsepius@rtems.org> | 2012-07-18 17:29:51 +0200 |
---|---|---|
committer | Ralf Corsepius <corsepiu@gcc.gnu.org> | 2012-07-18 17:29:51 +0200 |
commit | cc5476cb49a7d1a2ece0b9cdbe81930a9f6bdb14 (patch) | |
tree | 01f16fe0f73fcc25effa33caf46c7279f9a26df6 /gcc/config.gcc | |
parent | 75cfe445d9e4e31043757b9aaec0fa9e33d7d7f1 (diff) | |
download | gcc-cc5476cb49a7d1a2ece0b9cdbe81930a9f6bdb14.zip gcc-cc5476cb49a7d1a2ece0b9cdbe81930a9f6bdb14.tar.gz gcc-cc5476cb49a7d1a2ece0b9cdbe81930a9f6bdb14.tar.bz2 |
config.gcc (v850-*-rtems*): New target.
2012-07-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* config.gcc (v850-*-rtems*): New target.
* config/v850/rtems.h: New.
* config/v850/t-rtems: New.
From-SVN: r189618
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 7768917..39ea7c8 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2448,6 +2448,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-*-*) |