From dcad81990b772be891c2b04e508a983cbd4da612 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 27 Jan 2009 01:41:31 +0000 Subject: [PATCH] * configure.host (m32c-*-*): Add long long I/O support by default. --- newlib/ChangeLog | 4 ++++ newlib/configure.host | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index bc1eab0d1..7dc10fe2a 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2009-01-26 DJ Delorie + + * configure.host (m32c-*-*): Add long long I/O support by default. + 2009-01-21 Richard Earnshaw * libc/machine/arm/arm_asm.h: New file. diff --git a/newlib/configure.host b/newlib/configure.host index 0dd755811..c024ea8ee 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -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.