From 63b9dcc4723a93aa8f9640f59fb02129c06bfcdf Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 16 Jul 2004 21:40:22 +0000 Subject: [PATCH] 2004-07-16 Anil Paranjpe * configure.host (h8300*-*-*): Default long long printing support. --- newlib/ChangeLog | 4 ++++ newlib/configure.host | 1 + 2 files changed, 5 insertions(+) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index faaf1255c..277bc2f5e 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2004-07-16 Anil Paranjpe + + * configure.host (h8300*-*-*): Default long long printing support. + 2004-07-16 Jeff Johnston * libc/stdio/fvwrite.c (_sfvwrite): For asprintf family diff --git a/newlib/configure.host b/newlib/configure.host index 909491e7b..a4b7506c2 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -520,6 +520,7 @@ case "${host}" in ;; h8300*-*-*) syscall_dir=syscalls + default_newlib_io_long_long="yes" newlib_cflags="${newlib_cflags} -DSMALL_DTOA -DSMALL_MEMORY" # Simulator only extensions for H8300. # Uncomment the next line to enable them.