summaryrefslogtreecommitdiffstats
path: root/newlib/configure.host
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index 856a4d8e7..259e204b0 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -190,6 +190,9 @@ case "${host_cpu}" in
;;
mcore)
;;
+ mep)
+ machine_dir=mep
+ ;;
mips*)
machine_dir=mips
;;
@@ -428,6 +431,10 @@ case "${host}" in
m8*-bug-*)
sys_dir=m88kbug
;;
+ mep-*-*)
+ default_newlib_io_long_long="yes"
+ newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"
+ ;;
mips*-dec-*)
sys_dir=decstation
;;