mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
sysdeps/unix/sysv/linux/x86_64/Makefile: Add the end marker
Add the end marker to tests, tests-container and modules-names.
This commit is contained in:
parent
bf9688e623
commit
e6350be7e9
1 changed files with 6 additions and 3 deletions
|
@ -17,18 +17,21 @@ endif
|
|||
ifeq ($(subdir),elf)
|
||||
ifeq (yes,$(enable-x86-isa-level))
|
||||
tests += \
|
||||
tst-glibc-hwcaps-2
|
||||
tst-glibc-hwcaps-2 \
|
||||
# tests
|
||||
ifeq (no,$(build-hardcoded-path-in-tests))
|
||||
# This is an ld.so.cache test, and RPATH/RUNPATH in the executable
|
||||
# interferes with its test objectives.
|
||||
tests-container += \
|
||||
tst-glibc-hwcaps-2-cache
|
||||
tst-glibc-hwcaps-2-cache \
|
||||
# tests-container
|
||||
endif
|
||||
modules-names += \
|
||||
libx86-64-isa-level-1 \
|
||||
libx86-64-isa-level-2 \
|
||||
libx86-64-isa-level-3 \
|
||||
libx86-64-isa-level-4
|
||||
libx86-64-isa-level-4 \
|
||||
# modules-names
|
||||
|
||||
$(objpfx)tst-glibc-hwcaps-2: $(objpfx)libx86-64-isa-level.so
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue