mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Update.
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:
parent
de13e6e79b
commit
01d1a5b620
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user