Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 b2f5428b7..9154563eb 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -189,6 +189,9 @@ case "${host_cpu}" in
w65*)
machine_dir=w65
;;
+ xstormy16)
+ machine_dir=xstormy16
+ ;;
z8k)
machine_dir=z8k
;;
@@ -530,6 +533,10 @@ case "${host}" in
syscall_dir=syscalls
newlib_cflags="${newlib_cflags} -DSMALL_DTOA -DSMALL_MEMORY"
;;
+ xstormy16-*-*)
+ newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY"
+ syscall_dir=syscalls
+ ;;
z8k-*-*)
syscall_dir=syscalls
;;