PR 1899/testing
	* spfatal14/Makefile.am: Adjust number of semaphores to consume to
	trigger fatal error.
This commit is contained in:
Sebastian Huber
2011-08-22 10:08:25 +00:00
parent 7b5895417f
commit eb7deb0133
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2011-08-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1899/testing
* spfatal14/Makefile.am: Adjust number of semaphores to consume to
trigger fatal error.
2011-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1899/testing

View File

@@ -17,7 +17,7 @@ include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -DSEMAPHORES_REMAINING=4
AM_CPPFLAGS += -DSEMAPHORES_REMAINING=5
LINK_OBJS = $(spfatal14_OBJECTS) $(spfatal14_LDADD)
LINK_LIBS = $(spfatal14_LDLIBS)