diff options
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config.in b/gas/config.in index 88b2158..8724eb1 100644 --- a/gas/config.in +++ b/gas/config.in @@ -50,6 +50,9 @@ /* Define to 1 if you want to generate x86 relax relocations by default. */ #undef DEFAULT_GENERATE_X86_RELAX_RELOCATIONS +/* Define to 1 if you want to fix Loongson3 LLSC Errata by default. */ +#undef DEFAULT_MIPS_FIX_LOONGSON3_LLSC + /* Define to 1 if you want to generate RISC-V arch attribute by default. */ #undef DEFAULT_RISCV_ATTR |