diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 106fcc605e8..cdb7c563831 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -495,6 +495,9 @@ /* Define if your assembler supports the --gdwarf2 option. */ #undef HAVE_AS_GDWARF2_DEBUG_FLAG +/* Define if your assembler supports the --gstabs option. */ +#undef HAVE_AS_GSTABS_DEBUG_FLAG + /* Define if your linker links a mix of read-only and read-write sections into a read-write section. */ #undef HAVE_LD_RO_RW_SECTION_MIXING |