2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>

	* linuxthreads/Makefile (CFLAGS-tst-cancel.c): Add
	-fno-inline-functions to prevent automatic inline.
This commit is contained in:
Ulrich Drepper 2002-01-17 00:32:33 +00:00
parent de13e6e79b
commit 01d1a5b620
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-01-14 Martin Schwidefsky <schwidefsky@de.ibm.com>
* linuxthreads/Makefile (CFLAGS-tst-cancel.c): Add
-fno-inline-functions to prevent automatic inline.
2002-01-12 Andreas Schwab <schwab@suse.de>
* Makefile (test-srcs): Add tst-signal.

View File

@ -46,7 +46,7 @@ LDFLAGS-pthread.so = $(nodelete-$(have-z-nodelete)) \
vpath %.c Examples
tst-cancel-ARGS = "$(objpfx)"
CFLAGS-tst-cancel.c = -fno-inline
CFLAGS-tst-cancel.c = -fno-inline -fno-inline-functions
include ../Makeconfig