aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc9
1 files changed, 3 insertions, 6 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 2a67bc4..2cf92d2 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -430,6 +430,9 @@ sh[123456789lbe]*-*-* | sh-*-*)
cpu_type=sh
need_64bit_hwint=yes
;;
+v850*-*-*)
+ cpu_type=v850
+ ;;
xtensa*-*-*)
extra_options="${extra_options} fused-madd.opt"
;;
@@ -2588,12 +2591,6 @@ v850*-*-*)
;;
esac
tm_file="dbxelf.h elfos.h newlib-stdint.h v850/v850.h"
- tm_p_file=v850/v850-protos.h
- tmake_file=v850/t-v850
- md_file=v850/v850.md
- extra_modes=v850/v850-modes.def
- out_file=v850/v850.c
- extra_options="v850/v850.opt"
if test x$stabs = xyes
then
tm_file="${tm_file} dbx.h"