Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index b28e469ad..d4d6acf10 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -150,7 +150,7 @@ case "${host_cpu}" in
powerpc*)
machine_dir=powerpc
;;
- sh)
+ sh | sh64)
machine_dir=sh
;;
sparc*)
@@ -474,7 +474,7 @@ case "${host}" in
syscall_dir=syscalls
;;
sh*-*-*)
- newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY"
+ newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY -DWANT_PRINTF_LONG_LONG"
syscall_dir=syscalls
;;
sparc-sun-sunos*)