mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 19:10:36 +08:00
2008-12-17 Jon Beniston <jon@beniston.com>
* configure.host: Set syscall_dir for lm32 target.
This commit is contained in:
parent
d78a82f939
commit
a3cf030478
@ -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>
|
2008-12-15 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* libc/stdio/stdio.tex: Remove putwc and getwc references as they
|
* libc/stdio/stdio.tex: Remove putwc and getwc references as they
|
||||||
|
@ -637,6 +637,9 @@ case "${host}" in
|
|||||||
syscall_dir=syscalls
|
syscall_dir=syscalls
|
||||||
default_newlib_io_long_long="yes"
|
default_newlib_io_long_long="yes"
|
||||||
;;
|
;;
|
||||||
|
lm32-*-*)
|
||||||
|
syscall_dir=syscalls
|
||||||
|
;;
|
||||||
m32r-*-*)
|
m32r-*-*)
|
||||||
# Pass -msdata=sdata so _impure_ptr goes in .sdata.
|
# Pass -msdata=sdata so _impure_ptr goes in .sdata.
|
||||||
# We don't generate sda relocs however for upward compatibility.
|
# We don't generate sda relocs however for upward compatibility.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user