2004-07-06 Chris Demetriou <cgd@broadcom.com>
* configure.host (mips*-*-elf*): Default long long printing support.
This commit is contained in:
parent
95db28a454
commit
2bc257e360
|
@ -1,3 +1,8 @@
|
||||||
|
2004-07-06 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
|
||||||
|
* configure.host (mips*-*-elf*): Default long long printing
|
||||||
|
support.
|
||||||
|
|
||||||
2004-07-05 Jeff Johnston <jjohnstn@redhat.com>
|
2004-07-05 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* libc/Makefile.am (libc.dvi): Add target and specify
|
* libc/Makefile.am (libc.dvi): Add target and specify
|
||||||
|
|
|
@ -556,6 +556,10 @@ case "${host}" in
|
||||||
default_newlib_io_long_long="yes"
|
default_newlib_io_long_long="yes"
|
||||||
newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"
|
newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"
|
||||||
;;
|
;;
|
||||||
|
mips*-*-elf*)
|
||||||
|
default_newlib_io_long_long="yes"
|
||||||
|
newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"
|
||||||
|
;;
|
||||||
mmix-*)
|
mmix-*)
|
||||||
syscall_dir=syscalls
|
syscall_dir=syscalls
|
||||||
# We need every symbol 32-bit aligned, so the invalid
|
# We need every symbol 32-bit aligned, so the invalid
|
||||||
|
|
Loading…
Reference in New Issue