summaryrefslogtreecommitdiffstats
path: root/newlib/configure.host
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host10
1 files changed, 10 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index 6d5264a95..8576b657f 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -193,6 +193,9 @@ case "${host_cpu}" in
;;
mcore)
;;
+ microblaze)
+ machine_dir=microblaze
+ ;;
mep)
machine_dir=mep
;;
@@ -446,6 +449,9 @@ case "${host}" in
default_newlib_io_long_long="yes"
newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"
;;
+ microblaze-*-*)
+ machine_dir=microblaze
+ ;;
mips*-dec-*)
sys_dir=decstation
;;
@@ -669,6 +675,10 @@ case "${host}" in
mcore-*-*)
syscall_dir=syscalls
;;
+ microblaze-*-*)
+ default_newlib_io_long_long="yes"
+ newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES -DSMALL_MEMORY -D_REENT_SMALL"
+ ;;
mips64vr*-*-*)
default_newlib_io_long_long="yes"
newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"