diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-07-16 21:40:22 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-07-16 21:40:22 +0000 |
commit | 63b9dcc4723a93aa8f9640f59fb02129c06bfcdf (patch) | |
tree | 6e01aeaddba59e8c7cfbf3b1d4326ce962999d8d /newlib | |
parent | 1d2fd388472d353a9a2c43512d04bb2edff7afa6 (diff) | |
download | newlib-63b9dcc4723a93aa8f9640f59fb02129c06bfcdf.zip newlib-63b9dcc4723a93aa8f9640f59fb02129c06bfcdf.tar.gz newlib-63b9dcc4723a93aa8f9640f59fb02129c06bfcdf.tar.bz2 |
2004-07-16 Anil Paranjpe <anilp1@kpitcummins.com>
* configure.host (h8300*-*-*): Default long long printing support.
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/configure.host | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index faaf125..277bc2f 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2004-07-16 Anil Paranjpe <anilp1@kpitcummins.com> + + * configure.host (h8300*-*-*): Default long long printing support. + 2004-07-16 Jeff Johnston <jjohnstn@redhat.com> * libc/stdio/fvwrite.c (_sfvwrite): For asprintf family diff --git a/newlib/configure.host b/newlib/configure.host index 909491e..a4b7506 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. |