diff options
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 c02d691883..bd990c6627 100644 --- a/config.h.in +++ b/config.h.in @@ -61,6 +61,9 @@ /* Define a symbol_name as a global .symbol_name for ld. */ #undef HAVE_ASM_GLOBAL_DOT_NAME +/* On powerpc64, use overlapping .opd entries. */ +#undef USE_PPC64_OVERLAPPING_OPD + /* Define if the assembler generates debugging information directly. */ #undef HAVE_CPP_ASM_DEBUGINFO |