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:
authorDJ Delorie <dj@redhat.com>2009-01-27 04:41:31 +0300
committerDJ Delorie <dj@redhat.com>2009-01-27 04:41:31 +0300
commitdcad81990b772be891c2b04e508a983cbd4da612 (patch)
treee143505d00a6805fd38d94c362077f25ca0d6542 /newlib/configure.host
parent555a908c17334ef14e7784a3b818db5b03fce8e3 (diff)
* configure.host (m32c-*-*): Add long long I/O support by default.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index 0dd755811..c024ea8ee 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -640,6 +640,11 @@ case "${host}" in
lm32-*-*)
syscall_dir=syscalls
;;
+ m32c-*-*)
+ default_newlib_io_long_long="yes"
+ newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"
+ syscall_dir=
+ ;;
m32r-*-*)
# Pass -msdata=sdata so _impure_ptr goes in .sdata.
# We don't generate sda relocs however for upward compatibility.