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 0b8b0c022..b04c800ae 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -125,6 +125,8 @@ case "${host_cpu}" in
mips*)
machine_dir=mips
;;
+ mmix)
+ ;;
mn10200)
machine_dir=mn10200
;;
@@ -276,6 +278,9 @@ case "${host}" in
mips*-dec-*)
sys_dir=decstation
;;
+ mmix-knuth-mmixware)
+ sys_dir=mmixware
+ ;;
powerpcle-*-pe)
sys_dir=cygwin
posix_dir=posix
@@ -423,6 +428,12 @@ case "${host}" in
newlib_cflags="${newlib_cflags}"
syscall_dir=syscalls
;;
+ mmix-*)
+ syscall_dir=syscalls
+ # We need every symbol 32-bit aligned, so the invalid
+ # construct with attribute ((alias ("_ctype_b+127"))) breaks.
+ newlib_cflags="${newlib_cflags} -DCOMPACT_CTYPE"
+ ;;
mn10?00-*-*)
syscall_dir=syscalls
;;