Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 17 Jan 2002 00:32:33 +0000 (00:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 17 Jan 2002 00:32:33 +0000 (00:32 +0000)
2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>

* linuxthreads/Makefile (CFLAGS-tst-cancel.c): Add
-fno-inline-functions to prevent automatic inline.

linuxthreads/ChangeLog
linuxthreads/Makefile

index 6be38e1..8ceadaf 100644 (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.
index 2237482..33c041e 100644 (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