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 34af868c96..1761f9975d 100644 --- a/config.h.in +++ b/config.h.in @@ -86,6 +86,9 @@ certain registers (CR0, MQ, CTR, LR) in asm statements. */ #undef BROKEN_PPC_ASM_CR0 +/* Define if the linker supports the -z combreloc option. */ +#undef HAVE_Z_COMBRELOC + /* Defined to some form of __attribute__ ((...)) if the compiler supports a different, more efficient calling convention. */ |