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.host8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index dc44e8000..642e72cc7 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -95,6 +95,10 @@ case "${host_cpu}" in
a29k)
machine_dir=a29k
;;
+ aarch64*)
+ machine_dir=aarch64
+ libm_machine_dir=aarch64
+ ;;
arc)
machine_dir=
;;
@@ -557,6 +561,10 @@ case "${host}" in
newlib_cflags="${newlib_cflags} -DNO_EXEC"
syscall_dir=syscalls
;;
+ aarch64*-*-*)
+ default_newlib_io_long_long="yes"
+ syscall_dir=syscalls
+ ;;
arc-*-*)
syscall_dir=syscalls
;;