2004-07-16 Anil Paranjpe <anilp1@kpitcummins.com>
* configure.host (h8300*-*-*): Default long long printing support.
This commit is contained in:
parent
1d2fd38847
commit
63b9dcc472
|
@ -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>
|
2004-07-16 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* libc/stdio/fvwrite.c (_sfvwrite): For asprintf family
|
* libc/stdio/fvwrite.c (_sfvwrite): For asprintf family
|
||||||
|
|
|
@ -520,6 +520,7 @@ case "${host}" in
|
||||||
;;
|
;;
|
||||||
h8300*-*-*)
|
h8300*-*-*)
|
||||||
syscall_dir=syscalls
|
syscall_dir=syscalls
|
||||||
|
default_newlib_io_long_long="yes"
|
||||||
newlib_cflags="${newlib_cflags} -DSMALL_DTOA -DSMALL_MEMORY"
|
newlib_cflags="${newlib_cflags} -DSMALL_DTOA -DSMALL_MEMORY"
|
||||||
# Simulator only extensions for H8300.
|
# Simulator only extensions for H8300.
|
||||||
# Uncomment the next line to enable them.
|
# Uncomment the next line to enable them.
|
||||||
|
|
Loading…
Reference in New Issue