diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-07-06 23:32:08 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-07-06 23:32:08 +0000 |
commit | 2bc257e360eca2cbb95d337961f7cbee29451141 (patch) | |
tree | 6a55acc47d2448c04b061e59945d5042a587f3c3 /newlib | |
parent | 95db28a4542c75231db6f390aece31119f0e1562 (diff) | |
download | newlib-2bc257e360eca2cbb95d337961f7cbee29451141.zip newlib-2bc257e360eca2cbb95d337961f7cbee29451141.tar.gz newlib-2bc257e360eca2cbb95d337961f7cbee29451141.tar.bz2 |
2004-07-06 Chris Demetriou <cgd@broadcom.com>
* configure.host (mips*-*-elf*): Default long long printing
support.
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 5 | ||||
-rw-r--r-- | newlib/configure.host | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 26a83db..8f18dd1 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -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> * libc/Makefile.am (libc.dvi): Add target and specify diff --git a/newlib/configure.host b/newlib/configure.host index f250723..bfa7170 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 |