diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-01-17 00:32:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-01-17 00:32:33 +0000 |
commit | 01d1a5b62005298c927141d13981daac6be659a2 (patch) | |
tree | f407279f46ffd04d2224937e4ec7b5cd3411b3d5 /linuxthreads/Makefile | |
parent | de13e6e79b95fb939bd6698a7be98910312897d1 (diff) | |
download | glibc-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/Makefile | 2 |
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 |