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:
authorJeff Johnston <jjohnstn@redhat.com>2008-11-18 01:08:05 +0300
committerJeff Johnston <jjohnstn@redhat.com>2008-11-18 01:08:05 +0300
commitaa677662af030f7b87d5c2ec661cd6693fb47215 (patch)
tree6268af11b300067812cd1c0ea40b8fec99108b8c /newlib/configure.host
parent0ea8752342fc02c41d2356c37e4472b47b5d8ff7 (diff)
2008-11-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.host: RTEMS now uses posix subdirectory.
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 3f276fd25..201876ef2 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -340,7 +340,7 @@ case "${host}" in
;;
*-*-rtems*) # generic RTEMS support
sys_dir=rtems
- # RTEMS POSIX support is all inside RTEMS
+ posix_dir=posix
;;
a29k-*-*)
sys_dir=a29khif
@@ -532,7 +532,7 @@ case "${host}" in
# NOTE: When newlib malloc uses a semaphore, RTEMS will switch to that.
*-*-rtems*)
default_newlib_io_long_long="yes"
- newlib_cflags="${newlib_cflags} -DMALLOC_PROVIDED -DEXIT_PROVIDED -DMISSING_SYSCALL_NAMES -DSIGNAL_PROVIDED -DREENTRANT_SYSCALLS_PROVIDED -DHAVE_OPENDIR -DNO_EXEC -DHAVE_FCNTL"
+ newlib_cflags="${newlib_cflags} -DMALLOC_PROVIDED -DEXIT_PROVIDED -DMISSING_SYSCALL_NAMES -DSIGNAL_PROVIDED -DREENTRANT_SYSCALLS_PROVIDED -DHAVE_NANOSLEEP -DHAVE_FCNTL"
;;
# VxWorks supplies its own version of malloc, and the newlib one
# doesn't work because VxWorks does not have sbrk.