mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
* configure.host (m32c-*-*): Add long long I/O support by default.
This commit is contained in:
parent
555a908c17
commit
dcad81990b
@ -1,3 +1,7 @@
|
|||||||
|
2009-01-26 DJ Delorie <dj@redhat.com>
|
||||||
|
|
||||||
|
* configure.host (m32c-*-*): Add long long I/O support by default.
|
||||||
|
|
||||||
2009-01-21 Richard Earnshaw <rearnsha@arm.com>
|
2009-01-21 Richard Earnshaw <rearnsha@arm.com>
|
||||||
|
|
||||||
* libc/machine/arm/arm_asm.h: New file.
|
* libc/machine/arm/arm_asm.h: New file.
|
||||||
|
@ -640,6 +640,11 @@ case "${host}" in
|
|||||||
lm32-*-*)
|
lm32-*-*)
|
||||||
syscall_dir=syscalls
|
syscall_dir=syscalls
|
||||||
;;
|
;;
|
||||||
|
m32c-*-*)
|
||||||
|
default_newlib_io_long_long="yes"
|
||||||
|
newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"
|
||||||
|
syscall_dir=
|
||||||
|
;;
|
||||||
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