about summary refs log tree commit diff
path: root/linuxthreads/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-01-17 00:32:33 +0000
committerUlrich Drepper <drepper@redhat.com>2002-01-17 00:32:33 +0000
commit01d1a5b62005298c927141d13981daac6be659a2 (patch)
treef407279f46ffd04d2224937e4ec7b5cd3411b3d5 /linuxthreads/Makefile
parentde13e6e79b95fb939bd6698a7be98910312897d1 (diff)
downloadglibc-01d1a5b62005298c927141d13981daac6be659a2.tar.gz
glibc-01d1a5b62005298c927141d13981daac6be659a2.tar.xz
glibc-01d1a5b62005298c927141d13981daac6be659a2.zip
Update.
2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>

	* linuxthreads/Makefile (CFLAGS-tst-cancel.c): Add
	-fno-inline-functions to prevent automatic inline.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r--linuxthreads/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile
index 2237482f3b..33c041ebc5 100644
--- a/linuxthreads/Makefile
+++ b/linuxthreads/Makefile
@@ -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