2007-01-05 Brian Ford <Brian.Ford@FlightSafety.com>
* configure.host (*-*-cygwin*): Define HAVE_BLKSIZE.
This commit is contained in:
parent
2a327eef52
commit
8e0e8f40fb
|
@ -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>.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue