diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-05-12 22:10:26 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-05-12 22:10:26 +0000 |
commit | cf55bf5ee88f0c91a9663d92dba3497c99c8d6fd (patch) | |
tree | 6b94846e3fc4d8cbdf8d6cce19d30be8699b50b5 /newlib/configure.host | |
parent | b6e654c498cd131b0d4ad1f121f3f395f3d77e75 (diff) | |
download | cygnal-cf55bf5ee88f0c91a9663d92dba3497c99c8d6fd.tar.gz cygnal-cf55bf5ee88f0c91a9663d92dba3497c99c8d6fd.tar.bz2 cygnal-cf55bf5ee88f0c91a9663d92dba3497c99c8d6fd.zip |
2005-05-12 Jeff Johnston <jjohnstn@redhat.com>
* configure.host (mn10300-*): Add long long I/O support by default.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index a0d548c5e..6ec0198b5 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -178,6 +178,7 @@ case "${host_cpu}" in machine_dir=mn10200 ;; mn10300) + default_newlib_io_long_long="yes" machine_dir=mn10300 ;; or16) |