2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.tgt: Add v850*-*-rtems*.
This commit is contained in:
parent
d560eebdef
commit
6e73ba20e6
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* configure.tgt: Add v850*-*-rtems*.
|
||||||
|
|
||||||
2012-07-25 Tom Tromey <tromey@redhat.com>
|
2012-07-25 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* macrotab.c (macro_bcache_str): Remove cast.
|
* macrotab.c (macro_bcache_str): Remove cast.
|
||||||
|
|
|
@ -564,7 +564,7 @@ xstormy16-*-*)
|
||||||
# No simulator libraries are needed -- target uses SID.
|
# No simulator libraries are needed -- target uses SID.
|
||||||
;;
|
;;
|
||||||
|
|
||||||
v850*-*-elf)
|
v850*-*-elf | v850*-*-rtems*)
|
||||||
# Target: NEC V850 processor
|
# Target: NEC V850 processor
|
||||||
gdb_target_obs="v850-tdep.o"
|
gdb_target_obs="v850-tdep.o"
|
||||||
gdb_sim=../sim/v850/libsim.a
|
gdb_sim=../sim/v850/libsim.a
|
||||||
|
|
Loading…
Reference in a new issue