diff options
author | Raphael Moreira Zinsly <rzinsly@linux.ibm.com> | 2021-02-25 10:42:27 -0300 |
---|---|---|
committer | Raphael Moreira Zinsly <rzinsly@linux.ibm.com> | 2021-04-26 10:10:29 -0300 |
commit | 25cb72820ac40e73acf130edf97c895cf9b0b43a (patch) | |
tree | 43d51ee27c0170dc344e42397819ff008d94b4f9 /config.h.in | |
parent | 82292c99b2b68504e0b09b19a339d0232c2e1eaa (diff) | |
download | glibc-25cb72820ac40e73acf130edf97c895cf9b0b43a.tar.gz glibc-25cb72820ac40e73acf130edf97c895cf9b0b43a.tar.xz glibc-25cb72820ac40e73acf130edf97c895cf9b0b43a.zip |
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 <msc@linux.ibm.com>
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |