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 9c15a07..e4c5570 100644 --- a/gas/config.in +++ b/gas/config.in @@ -50,6 +50,10 @@ /* 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 generate RISC-V arch attribute by default. + */ +#undef DEFAULT_RISCV_ATTR + /* Define to 1 if you want to generate GNU x86 used ISA and feature properties by default. */ #undef DEFAULT_X86_USED_NOTE |