From 25cb72820ac40e73acf130edf97c895cf9b0b43a Mon Sep 17 00:00:00 2001 From: Raphael Moreira Zinsly Date: Thu, 25 Feb 2021 10:42:27 -0300 Subject: powerpc: Add log IFUNC multiarch support for POWER10 Checked on ppc64le built without --with-cpu, with --with-cpu=power9 and with --disable-multi-arch. Reviewed-by: Matheus Castanho --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 96a08c7757..ea56e5b4a4 100644 --- a/config.h.in +++ b/config.h.in @@ -23,6 +23,9 @@ /* On powerpc64, use @notoc. */ #undef USE_PPC64_NOTOC +/* On powerpc64, define if the compiler supports -mcpu=power10. */ +#undef USE_PPC64_MCPU_POWER10 + /* Define if _Unwind_Find_FDE should be exported from glibc. */ #undef EXPORT_UNWIND_FIND_FDE -- cgit 1.4.1