diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2003-07-12 20:05:24 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2003-07-12 20:05:24 +0000 |
commit | 3d1ebd63de563a483d5edbce4c5ef14113f9e765 (patch) | |
tree | 754dd129f075108cf849014677c997ee1c218651 /gcc | |
parent | 8ada417fa14ff7efe2a06eb5143b34d7c05dab2f (diff) | |
download | gcc-3d1ebd63de563a483d5edbce4c5ef14113f9e765.zip gcc-3d1ebd63de563a483d5edbce4c5ef14113f9e765.tar.gz gcc-3d1ebd63de563a483d5edbce4c5ef14113f9e765.tar.bz2 |
Regenerate again, oops
From-SVN: r69273
Diffstat (limited to 'gcc')
-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 106fcc6..cdb7c56 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 |