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 843ae39fb..001a6bc56 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -249,6 +249,9 @@ case "${host_cpu}" in
tic4x|c4x)
machine_dir=tic4x
;;
+ tic6x)
+ machine_dir=tic6x
+ ;;
tic80*)
machine_dir=tic80
;;
@@ -496,6 +499,10 @@ case "${host}" in
have_crt0="no"
fi
;;
+ tic6x*)
+ newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"
+ have_crt0="no"
+ ;;
tic80*)
sys_dir=tic80
;;
@@ -762,6 +769,9 @@ case "${host}" in
newlib_cflags="${newlib_cflags} -DARM_RDI_MONITOR"
fi
;;
+ tic6x*)
+ syscall_dir=
+ ;;
tic80*)
syscall_dir=syscalls
;;