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.host10
1 files changed, 10 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index a8bbead44..dac461b73 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -286,6 +286,9 @@ case "${host_cpu}" in
machine_dir=v850
newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED "
;;
+ visium)
+ machine_dir=visium
+ ;;
w65*)
machine_dir=w65
;;
@@ -544,6 +547,9 @@ case "${host}" in
have_crt0="no"
fi
;;
+ visium-*-*)
+ sys_dir=
+ ;;
w65-*-*)
sys_dir=w65
;;
@@ -802,6 +808,10 @@ case "${host}" in
v850*-*-*)
syscall_dir=syscalls
;;
+ visium-*-*)
+ newlib_cflags="${newlib_cflags} -DCLOCK_PROVIDED -DHAVE_SYSTEM -DMISSING_SYSCALL_NAMES"
+ syscall_dir=
+ ;;
w65-*-*)
syscall_dir=syscalls
newlib_cflags="${newlib_cflags} -DSMALL_DTOA -DSMALL_MEMORY"