summaryrefslogtreecommitdiffstats
path: root/newlib/configure.host
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host8
1 files changed, 5 insertions, 3 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index a78a20271..39eb0fb2b 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -244,9 +244,8 @@ case "${host_cpu}" in
nios2*)
machine_dir=nios2
;;
- or16)
- ;;
- or32)
+ or1k*)
+ machine_dir=or1k
;;
powerpc*)
machine_dir=powerpc
@@ -502,6 +501,9 @@ case "${host}" in
nios2*)
sys_dir=
;;
+ or1k-*-* | or1knd-*-*)
+ syscall_dir=syscalls
+ ;;
powerpcle-*-pe)
posix_dir=posix
;;