aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/target.c
diff options
context:
space:
mode:
Diffstat (limited to 'target.c')
-rw-r--r--target.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/target.c b/target.c
index 3c0588ab..f744de8d 100644
--- a/target.c
+++ b/target.c
@@ -67,6 +67,7 @@ static const struct target *targets[] = {
[MACH_MICROBLAZE] = &target_microblaze,
[MACH_MIPS32] = &target_mips32,
[MACH_MIPS64] = &target_mips64,
+ [MACH_NDS32] = &target_nds32,
[MACH_NIOS2] = &target_nios2,
[MACH_PPC32] = &target_ppc32,
[MACH_PPC64] = &target_ppc64,
@@ -99,6 +100,7 @@ enum machine target_parse(const char *name)
{ "m68k", MACH_M68K, 32, },
{ "microblaze", MACH_MICROBLAZE,32, },
{ "mips", MACH_MIPS32, 0, },
+ { "nds32", MACH_NDS32, 32, },
{ "nios2", MACH_NIOS2, 32, },
{ "powerpc", MACH_PPC32, 0, },
{ "ppc", MACH_PPC32, 0, },