diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2008-12-17 23:09:09 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2008-12-17 23:09:09 +0000 |
commit | a3cf0304783bdebfdd1c54fc28b0eb66b1d53f90 (patch) | |
tree | 012dbde2c466a448d041a2f1061b3132e73cde90 /newlib | |
parent | d78a82f9397054b7c6b41623e0b7d6a527870b19 (diff) | |
download | newlib-a3cf0304783bdebfdd1c54fc28b0eb66b1d53f90.zip newlib-a3cf0304783bdebfdd1c54fc28b0eb66b1d53f90.tar.gz newlib-a3cf0304783bdebfdd1c54fc28b0eb66b1d53f90.tar.bz2 |
2008-12-17 Jon Beniston <jon@beniston.com>
* configure.host: Set syscall_dir for lm32 target.
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/configure.host | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index d722c97..8df5958 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2008-12-17 Jon Beniston <jon@beniston.com> + + * configure.host: Set syscall_dir for lm32 target. + 2008-12-15 Jeff Johnston <jjohnstn@redhat.com> * libc/stdio/stdio.tex: Remove putwc and getwc references as they diff --git a/newlib/configure.host b/newlib/configure.host index 8d0d2f8..0dd7558 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. |