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/configure.host | |
parent | 95db28a4542c75231db6f390aece31119f0e1562 (diff) | |
download | cygnal-2bc257e360eca2cbb95d337961f7cbee29451141.tar.gz cygnal-2bc257e360eca2cbb95d337961f7cbee29451141.tar.bz2 cygnal-2bc257e360eca2cbb95d337961f7cbee29451141.zip |
2004-07-06 Chris Demetriou <cgd@broadcom.com>
* configure.host (mips*-*-elf*): Default long long printing
support.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index f25072339..bfa717069 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 |