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.host3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index d1f66d86e..d3fdbdf33 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -161,6 +161,9 @@ case "${host_cpu}" in
iq2000)
machine_dir=iq2000
;;
+ lm32)
+ machine_dir=lm32
+ ;;
m32c)
machine_dir=m32c
newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED -DABORT_PROVIDED -DSMALL_MEMORY"