summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-09 15:23:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-09 15:23:10 +0000
commit235aaf0c107438e8adc2be2feb45a1085bb25d5b (patch)
tree85da6c0af1f61dec644cfe311541170bf5238e39 /cpukit/posix/Makefile.am
parent2009-08-06 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-235aaf0c107438e8adc2be2feb45a1085bb25d5b.tar.bz2
2009-08-09 Xi Yang <hiyangxi@gmail.com>
* libcsupport/Makefile.am, posix/Makefile.am, rtems/Makefile.am, sapi/Makefile.am, score/Makefile.am, score/include/rtems/score/heap.h: HEAP_BLOCK_USED_OVERHEAD was under by one uint32_t. This showed up in the unlimited and heapwalk tests on ARM targets.
Diffstat (limited to 'cpukit/posix/Makefile.am')
-rw-r--r--cpukit/posix/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am
index a229e1b69c..270a6e0b71 100644
--- a/cpukit/posix/Makefile.am
+++ b/cpukit/posix/Makefile.am
@@ -11,6 +11,7 @@ if LIBPOSIX
AM_CPPFLAGS += -D__RTEMS_INSIDE__
+project_lib_LIBRARIES = libposix.a
noinst_LIBRARIES = libposix.a
libposix_a_CPPFLAGS = $(AM_CPPFLAGS)
libposix_a_SOURCES =