* configure.host (m32c-*-*): Add long long I/O support by default.

This commit is contained in:
DJ Delorie 2009-01-27 01:41:31 +00:00
parent 555a908c17
commit dcad81990b
2 changed files with 9 additions and 0 deletions

View File

@ -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>
* libc/machine/arm/arm_asm.h: New file.

View File

@ -640,6 +640,11 @@ case "${host}" in
lm32-*-*)
syscall_dir=syscalls
;;
m32c-*-*)
default_newlib_io_long_long="yes"
newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"
syscall_dir=
;;
m32r-*-*)
# Pass -msdata=sdata so _impure_ptr goes in .sdata.
# We don't generate sda relocs however for upward compatibility.