aboutsummaryrefslogtreecommitdiff
path: root/newlib/configure.host
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host5
1 files changed, 4 insertions, 1 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index 3861834..a8a73f9 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -122,9 +122,12 @@ case "${host_cpu}" in
libm_machine_dir=amdgcn
newlib_cv_initfinit_array=yes
;;
- arc*)
+ arc | arceb)
machine_dir=arc
;;
+ arc64 | arc32)
+ machine_dir=arc64
+ ;;
arm*)
machine_dir=arm
libm_machine_dir=arm