Oops - I forgot to commit the change to this file along with the v850e1 patch yesterday.
Oops - I forgot to commit the change to this file along with the v850e1 patch yesterday. This part of the patch adds support for a --target=v850e1-elf configuration as well as --target=v850-elf --with-cpu=v850e1. From-SVN: r71113
This commit is contained in:
parent
f1813b6972
commit
70d651640a
1 changed files with 16 additions and 1 deletions
|
@ -1988,6 +1988,21 @@ strongarm-*-kaos*)
|
|||
md_file=arm/arm.md
|
||||
extra_modes=arm/arm-modes.def
|
||||
;;
|
||||
v850e1-*-*)
|
||||
target_cpu_default="TARGET_CPU_v850e1"
|
||||
tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
|
||||
tm_p_file=v850/v850-protos.h
|
||||
tmake_file=v850/t-v850e
|
||||
md_file=v850/v850.md
|
||||
out_file=v850/v850.c
|
||||
if test x$stabs = xyes
|
||||
then
|
||||
tm_file="${tm_file} dbx.h"
|
||||
fi
|
||||
use_collect2=no
|
||||
c_target_objs="v850-c.o"
|
||||
cxx_target_objs="v850-c.o"
|
||||
;;
|
||||
v850e-*-*)
|
||||
target_cpu_default="TARGET_CPU_v850e"
|
||||
tm_file="dbxelf.h elfos.h svr4.h v850/v850.h"
|
||||
|
@ -2438,7 +2453,7 @@ esac
|
|||
v850*-*-*)
|
||||
supported_defaults=cpu
|
||||
case "x$with_cpu" in
|
||||
x | xv850e)
|
||||
x | xv850e | xv850e1)
|
||||
# OK
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Reference in a new issue