diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-12-04 09:13:43 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-12-04 14:50:49 +0100 |
commit | 4c38c1a229bc3628269ad98bd7e8d31d118d91f6 (patch) | |
tree | 0f012a89d499b54b68e58146c613138159c42519 /elf/Makefile | |
parent | 93fda28693f0d9060b0aa71eeacaacfe9f16896e (diff) | |
download | glibc-4c38c1a229bc3628269ad98bd7e8d31d118d91f6.tar.gz glibc-4c38c1a229bc3628269ad98bd7e8d31d118d91f6.tar.xz glibc-4c38c1a229bc3628269ad98bd7e8d31d118d91f6.zip |
powerpc64le: Add glibc-hwcaps support
The "power10" and "power9" subdirectories are selected in a way that matches the -mcpu=power10 and -mcpu=power9 options of GCC.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 09ff878d7a..395381ca42 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -1832,7 +1832,7 @@ $(objpfx)argv0test.out: tst-rtld-argv0.sh $(objpfx)ld.so \ # glibc-hwcaps mechanism for this architecture). Used to obtain test # coverage for some glibc-hwcaps tests for the widest possible range # of systems. -glibc-hwcaps-first-subdirs-for-tests = x86-64-v2 +glibc-hwcaps-first-subdirs-for-tests = power9 x86-64-v2 # The test modules are parameterized by preprocessor macros. LDFLAGS-libmarkermod1-1.so += -Wl,-soname,libmarkermod1.so |