about summary refs log tree commit diff
path: root/linuxthreads/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-12 02:29:04 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-12 02:29:04 +0000
commit7d4c3e67b4375ff9b56cc82fbc60e89d342691bc (patch)
tree7abca8a364df4e68a2ccbc4002b2449f130ff76a /linuxthreads/Makefile
parent43df859b957290a8fa1c1f55916aa560352099ee (diff)
downloadglibc-7d4c3e67b4375ff9b56cc82fbc60e89d342691bc.tar.gz
glibc-7d4c3e67b4375ff9b56cc82fbc60e89d342691bc.tar.xz
glibc-7d4c3e67b4375ff9b56cc82fbc60e89d342691bc.zip
Update.
2001-04-11  Ulrich Drepper  <drepper@redhat.com>

	* tst-cancel.c (main): Cleanup 4 is supposed to run.  Create
	temporary file in object directory.
	* Makefile: Don't allow inlining when compiling tst-cancel.c.
	Pass $(objpfx) to tst-cancel.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r--linuxthreads/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile
index b719ff8f21..42f06a6645 100644
--- a/linuxthreads/Makefile
+++ b/linuxthreads/Makefile
@@ -44,6 +44,9 @@ LDFLAGS-pthread.so = $(nodelete-$(have-z-nodelete)) \
 
 vpath %.c Examples
 
+tst-cancel-ARGS = "$(objpfx)"
+CFLAGS-tst-cancel.c = -fno-inline
+
 include ../Makeconfig
 
 ifeq ($(build-shared),yes)