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
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-01-08 22:01:23 +0300
committerJeff Johnston <jjohnstn@redhat.com>2007-01-08 22:01:23 +0300
commit8e0e8f40fb7a6ea998062955b15d6de09cb54b72 (patch)
treeb7ac87bfea5a4c80adbea7d823b290e160198fa0 /newlib
parent2a327eef521fbbcac3f43ecc70a3f7bd7af7d3c1 (diff)
2007-01-05 Brian Ford <Brian.Ford@FlightSafety.com>
* configure.host (*-*-cygwin*): Define HAVE_BLKSIZE.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/configure.host2
2 files changed, 5 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index bf86d1a05..3e7bd32b1 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-05 Brian Ford <Brian.Ford@FlightSafety.com>
+
+ * configure.host (*-*-cygwin*): Define HAVE_BLKSIZE.
+
2007-01-02 Ben Elliston <bje@au.ibm.com>
* doc/makedoc.c: Include <stdlib.h>.
diff --git a/newlib/configure.host b/newlib/configure.host
index da18d168d..b82dbdb1c 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -498,7 +498,7 @@ case "${host}" in
default_newlib_io_long_double="yes"
default_newlib_io_pos_args="yes"
CC="${CC} -I${cygwin_srcdir}/include"
- newlib_cflags="${newlib_cflags} -DHAVE_OPENDIR -DHAVE_RENAME -DSIGNAL_PROVIDED -D_COMPILING_NEWLIB -DHAVE_FCNTL -DMALLOC_PROVIDED"
+ newlib_cflags="${newlib_cflags} -DHAVE_OPENDIR -DHAVE_RENAME -DSIGNAL_PROVIDED -D_COMPILING_NEWLIB -DHAVE_BLKSIZE -DHAVE_FCNTL -DMALLOC_PROVIDED"
syscall_dir=syscalls
;;
# RTEMS supplies its own versions of some routines: