mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
nptl: Move futex-internal.c into main nptl directory
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
f720ce680e
commit
541e53c9dd
@ -97,6 +97,7 @@ libpthread-routines = \
|
||||
flockfile \
|
||||
ftrylockfile \
|
||||
funlockfile \
|
||||
futex-internal \
|
||||
herrno \
|
||||
libpthread-compat \
|
||||
lowlevellock \
|
||||
@ -314,6 +315,8 @@ CFLAGS-fsync.c += -fexceptions -fasynchronous-unwind-tables
|
||||
|
||||
CFLAGS-pt-system.c += -fexceptions
|
||||
|
||||
CFLAGS-futex-internal.c += -fexceptions -fasynchronous-unwind-tables
|
||||
|
||||
LDLIBS-tst-once5 = -lstdc++
|
||||
CFLAGS-tst-thread_local1.o = -std=gnu++11
|
||||
LDLIBS-tst-thread_local1 = -lstdc++
|
||||
|
@ -17,8 +17,7 @@
|
||||
# <https://www.gnu.org/licenses/>.
|
||||
|
||||
ifeq ($(subdir),nptl)
|
||||
libpthread-sysdep_routines += errno-loc futex-internal
|
||||
CFLAGS-futex-internal.c += -fexceptions -fasynchronous-unwind-tables
|
||||
libpthread-sysdep_routines += errno-loc
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),rt)
|
||||
|
Loading…
Reference in New Issue
Block a user