2005-05-12 Jeff Johnston <jjohnstn@redhat.com>

* configure.host (mn10300-*): Add long long I/O support by default.
This commit is contained in:
Jeff Johnston 2005-05-12 22:10:26 +00:00
parent b6e654c498
commit cf55bf5ee8
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-05-12 Jeff Johnston <jjohnstn@redhat.com>
* configure.host (mn10300-*): Add long long I/O support by default.
2005-05-12 Jeff Johnston <jjohnstn@redhat.com> 2005-05-12 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/getpwuid.c: Removed. * libc/sys/linux/getpwuid.c: Removed.

View File

@ -178,6 +178,7 @@ case "${host_cpu}" in
machine_dir=mn10200 machine_dir=mn10200
;; ;;
mn10300) mn10300)
default_newlib_io_long_long="yes"
machine_dir=mn10300 machine_dir=mn10300
;; ;;
or16) or16)