2010-06-16 Joel Sherrill <joel.sherrilL@OARcorp.com>

PR 1453/cpukit
	* posix/Makefile.am: newlib uses sysconf() for _CLOCKS_PER_SEC_ so
	enable it even when POSIX threads are disabled.
This commit is contained in:
Joel Sherrill
2010-06-16 19:12:05 +00:00
parent 90cb370c1b
commit 5d23f32a7e
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2010-06-16 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1453/cpukit
* posix/Makefile.am: newlib uses sysconf() for _CLOCKS_PER_SEC_ so
enable it even when POSIX threads are disabled.
2010-06-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/rfs/rtems-rfs-file.c: Various 64bit fixes.

View File

@@ -14,10 +14,9 @@ libposix_a_CPPFLAGS = $(AM_CPPFLAGS)
libposix_a_SOURCES =
# Some POSIX functions that are nice to always have
## 20 Nov 2008: Now using these from newlib's posix directory
libposix_a_SOURCES += src/sleep.c src/usleep.c
libposix_a_SOURCES += src/nanosleep.c src/clockgettime.c src/clocksettime.c \
src/clockgetres.c
src/clockgetres.c src/sysconf.c
include_rtems_posixdir = $(includedir)/rtems/posix
@@ -189,7 +188,7 @@ EXTRA_DIST += src/README.mqueue
libposix_a_SOURCES += src/sched_getparam.c src/sched_getprioritymax.c \
src/sched_getprioritymin.c src/sched_getscheduler.c \
src/sched_rr_get_interval.c src/sched_setparam.c \
src/sched_setscheduler.c src/sched_yield.c src/sysconf.c
src/sched_setscheduler.c src/sched_yield.c
endif
include $(srcdir)/preinstall.am