Refer to nonexistent riscv target.
parent
81631e49a6
commit
10bcfdad71
|
@ -104,6 +104,7 @@ extern struct target_type nds32_v3m_target;
|
|||
extern struct target_type or1k_target;
|
||||
extern struct target_type quark_x10xx_target;
|
||||
extern struct target_type quark_d20xx_target;
|
||||
extern struct target_type riscv_target;
|
||||
|
||||
static struct target_type *target_types[] = {
|
||||
&arm7tdmi_target,
|
||||
|
@ -135,6 +136,7 @@ static struct target_type *target_types[] = {
|
|||
&or1k_target,
|
||||
&quark_x10xx_target,
|
||||
&quark_d20xx_target,
|
||||
&riscv_target,
|
||||
NULL,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue