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:
authorJeff Johnston <jjohnstn@redhat.com>2008-12-18 02:09:09 +0300
committerJeff Johnston <jjohnstn@redhat.com>2008-12-18 02:09:09 +0300
commita3cf0304783bdebfdd1c54fc28b0eb66b1d53f90 (patch)
tree012dbde2c466a448d041a2f1061b3132e73cde90 /newlib/configure.host
parentd78a82f9397054b7c6b41623e0b7d6a527870b19 (diff)
2008-12-17 Jon Beniston <jon@beniston.com>
* configure.host: Set syscall_dir for lm32 target.
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 8d0d2f8b8..0dd755811 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -637,6 +637,9 @@ case "${host}" in
syscall_dir=syscalls
default_newlib_io_long_long="yes"
;;
+ lm32-*-*)
+ syscall_dir=syscalls
+ ;;
m32r-*-*)
# Pass -msdata=sdata so _impure_ptr goes in .sdata.
# We don't generate sda relocs however for upward compatibility.