diff options
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config.in b/gas/config.in index 8b040fc..e06f160 100644 --- a/gas/config.in +++ b/gas/config.in @@ -39,6 +39,10 @@ /* Define if you want compressed debug sections by default. */ #undef DEFAULT_FLAG_COMPRESS_DEBUG +/* Define to 1 if you want to generate ELF common symbols with the STT_COMMON + type by default. */ +#undef DEFAULT_GENERATE_ELF_STT_COMMON + /* Define to 1 if you want to generate x86 relax relocations by default. */ #undef DEFAULT_GENERATE_X86_RELAX_RELOCATIONS |