diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-12 20:05:24 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-12 20:05:24 +0000 |
commit | 834dedcc10a72c8fabe89730dadf98c1f00b0690 (patch) | |
tree | 754dd129f075108cf849014677c997ee1c218651 /gcc/config.in | |
parent | 6d6c1801e6cea85a4d570120f4c2fb53fa541738 (diff) | |
download | gcc-834dedcc10a72c8fabe89730dadf98c1f00b0690.tar.gz |
Regenerate again, oops
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69273 138bc75d-0d04-0410-961f-82ee72b054a4
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 |