aboutsummaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-09-22 21:24:55 +0000
committerJeff Johnston <jjohnstn@redhat.com>2009-09-22 21:24:55 +0000
commitbdb08ed44fb9bcf9439fc7566f2f1814d0ce77f5 (patch)
tree394168b4d4c994d69081ef0b69912a83b1d72990 /newlib
parentc3f3d59e439eaacd7bf6923fb41011faa984df1b (diff)
downloadnewlib-bdb08ed44fb9bcf9439fc7566f2f1814d0ce77f5.zip
newlib-bdb08ed44fb9bcf9439fc7566f2f1814d0ce77f5.tar.gz
newlib-bdb08ed44fb9bcf9439fc7566f2f1814d0ce77f5.tar.bz2
2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.host (*-rtems*): Remove -DMISSING_SYSCALL_NAMES. Add -DHAVE_BLKSIZE, -D_NO_WORDEXP -D_NO_POPEN.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/configure.host4
2 files changed, 7 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 8694b4e..adcd6fa 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,10 @@
2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * configure.host (*-rtems*): Remove -DMISSING_SYSCALL_NAMES.
+ Add -DHAVE_BLKSIZE, -D_NO_WORDEXP -D_NO_POPEN.
+
+2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* configure.host (m32c): Move setting -DABORT_PROVIDED to second
"case $host".
diff --git a/newlib/configure.host b/newlib/configure.host
index 2d61f87..6d5264a 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -543,9 +543,9 @@ case "${host}" in
*-*-rtems*)
default_newlib_io_long_long="yes"
default_newlib_io_c99_formats="yes"
- newlib_cflags="${newlib_cflags} -DMALLOC_PROVIDED -DEXIT_PROVIDED -DMISSING_SYSCALL_NAMES -DSIGNAL_PROVIDED -DREENTRANT_SYSCALLS_PROVIDED -DHAVE_NANOSLEEP -DHAVE_FCNTL"
+ newlib_cflags="${newlib_cflags} -DMALLOC_PROVIDED -DEXIT_PROVIDED -DSIGNAL_PROVIDED -DREENTRANT_SYSCALLS_PROVIDED -DHAVE_NANOSLEEP -DHAVE_BLKSIZE -DHAVE_FCNTL"
# turn off unsupported items in posix directory
- newlib_cflags="${newlib_cflags} -D_NO_GETLOGIN -D_NO_GETPWENT -D_NO_GETUT -D_NO_GETPASS -D_NO_SIGSET"
+ newlib_cflags="${newlib_cflags} -D_NO_GETLOGIN -D_NO_GETPWENT -D_NO_GETUT -D_NO_GETPASS -D_NO_SIGSET -D_NO_WORDEXP -D_NO_POPEN"
;;
# VxWorks supplies its own version of malloc, and the newlib one
# doesn't work because VxWorks does not have sbrk.