From a3cf0304783bdebfdd1c54fc28b0eb66b1d53f90 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 17 Dec 2008 23:09:09 +0000 Subject: [PATCH] 2008-12-17 Jon Beniston * configure.host: Set syscall_dir for lm32 target. --- newlib/ChangeLog | 4 ++++ newlib/configure.host | 3 +++ 2 files changed, 7 insertions(+) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index d722c971c..8df5958c5 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2008-12-17 Jon Beniston + + * configure.host: Set syscall_dir for lm32 target. + 2008-12-15 Jeff Johnston * libc/stdio/stdio.tex: Remove putwc and getwc references as they 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.