2004-07-16 Anil Paranjpe <anilp1@kpitcummins.com>

* configure.host (h8300*-*-*): Default long long printing support.
This commit is contained in:
Jeff Johnston 2004-07-16 21:40:22 +00:00
parent 1d2fd38847
commit 63b9dcc472
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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.