From 087e645409444c02c7eef99c031ba538fdfff75c Mon Sep 17 00:00:00 2001 From: jjohnstn Date: Tue, 6 Jul 2004 23:32:08 +0000 Subject: [PATCH] 2004-07-06 Chris Demetriou * configure.host (mips*-*-elf*): Default long long printing support. --- newlib/ChangeLog | 5 +++++ newlib/configure.host | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 26a83db1a8..8f18dd1c42 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2004-07-06 Chris Demetriou + + * configure.host (mips*-*-elf*): Default long long printing + support. + 2004-07-05 Jeff Johnston * libc/Makefile.am (libc.dvi): Add target and specify diff --git a/newlib/configure.host b/newlib/configure.host index f25072339f..bfa717069b 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -556,6 +556,10 @@ case "${host}" in default_newlib_io_long_long="yes" newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES" ;; + mips*-*-elf*) + default_newlib_io_long_long="yes" + newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES" + ;; mmix-*) syscall_dir=syscalls # We need every symbol 32-bit aligned, so the invalid -- 2.11.0