aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/target.c
diff options
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 07c29812..6776c3a1 100644
--- a/target.c
+++ b/target.c
@@ -63,6 +63,7 @@ static const struct target *targets[] = {
[MACH_I386] = &target_i386,
[MACH_BFIN] = &target_bfin,
[MACH_X86_64] = &target_x86_64,
+ [MACH_MICROBLAZE] = &target_microblaze,
[MACH_MIPS32] = &target_mips32,
[MACH_MIPS64] = &target_mips64,
[MACH_NIOS2] = &target_nios2,
@@ -93,6 +94,7 @@ enum machine target_parse(const char *name)
{ "i386", MACH_I386, 32, },
{ "bfin", MACH_BFIN, 32, },
{ "m68k", MACH_M68K, 32, },
+ { "microblaze", MACH_MICROBLAZE,32, },
{ "mips", MACH_MIPS32, 0, },
{ "nios2", MACH_NIOS2, 32, },
{ "powerpc", MACH_PPC32, 0, },