summaryrefslogtreecommitdiffstats
path: root/newlib/configure.host
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host6
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index d577ce972..e7047f060 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -203,7 +203,7 @@ case "${host_cpu}" in
;;
mcore)
;;
- microblaze)
+ microblaze*)
machine_dir=microblaze
;;
mep)
@@ -479,7 +479,7 @@ case "${host}" in
default_newlib_io_long_long="yes"
newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"
;;
- microblaze-*-*)
+ microblaze*-*-*)
machine_dir=microblaze
;;
mips*-dec-*)
@@ -696,7 +696,7 @@ case "${host}" in
mcore-*-*)
syscall_dir=syscalls
;;
- microblaze-*-*)
+ microblaze*-*-*)
default_newlib_io_long_long="yes"
newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES -DSMALL_MEMORY -D_REENT_SMALL"
;;