configure.tgt: Accept any V850 architecture.
This commit is contained in:
parent
83c5d36fc5
commit
ab3719da06
2 changed files with 5 additions and 3 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
* ldlang.c (lang_one_common): Handle warning symbols.
|
||||
|
||||
2011-06-07 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* configure.tgt: Accept any V850 architecture.
|
||||
|
||||
2011-06-03 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* Makefile.am (ALL_EMULATION_SOURCES): Add eelf32am33lin.c
|
||||
|
|
|
@ -643,9 +643,7 @@ tic6x-*-uclinux) targ_emul=elf32_tic6x_linux_le
|
|||
;;
|
||||
tic80-*-*) targ_emul=tic80coff
|
||||
;;
|
||||
v850-*-*) targ_emul=v850 ;;
|
||||
v850e-*-*) targ_emul=v850 ;;
|
||||
v850ea-*-*) targ_emul=v850
|
||||
v850*-*-*) targ_emul=v850
|
||||
;;
|
||||
vax-dec-ultrix* | vax-dec-bsd*) targ_emul=vax ;;
|
||||
vax-*-netbsdelf*) targ_emul=elf32vax
|
||||
|
|
Loading…
Add table
Reference in a new issue