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.host11
1 files changed, 11 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index 99913d7c1..e86fcffe9 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -145,6 +145,9 @@ case "${host_cpu}" in
strongarm)
machine_dir=arm
;;
+ xscale)
+ machine_dir=xscale
+ ;;
thumb)
machine_dir=arm
;;
@@ -263,6 +266,9 @@ case "${host}" in
strongarm-*-*)
sys_dir=arm
;;
+ xscale-*-*)
+ sys_dir=arm
+ ;;
thumb-*-*)
sys_dir=arm
;;
@@ -422,6 +428,11 @@ case "${host}" in
newlib_cflags="${newlib_cflags} -DABORT_PROVIDED -DHAVE_GETTIMEOFDAY"
newlib_cflags="${newlib_cflags} -DARM_RDI_MONITOR"
;;
+ xscale-*-*)
+ syscall_dir=syscalls
+ newlib_cflags="${newlib_cflags} -DABORT_PROVIDED -DHAVE_GETTIMEOFDAY"
+ newlib_cflags="${newlib_cflags} -DARM_RDI_MONITOR"
+ ;;
thumb-*-pe)
syscall_dir=syscalls
newlib_cflags="${newlib_cflags} -DABORT_PROVIDED -DHAVE_GETTIMEOFDAY"