diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-10 05:32:04 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-10 05:32:04 +0000 |
commit | b65d2e3ca31014223bc2b9f65035459763a57bee (patch) | |
tree | c7c4271f3ab7194d88d9fd734a9be2d5139fe782 /gcc/config/tm-dwarf2.h | |
parent | 73a176723b3415665944be1438a3b35aade0a027 (diff) | |
download | gcc-b65d2e3ca31014223bc2b9f65035459763a57bee.tar.gz |
* configure.in: Correct --help text for --with-dwarf2.
Put tm-dwarf2.h after other tm files, if it's requested.
* configure: Regenerate.
* config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
defining it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31883 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/tm-dwarf2.h')
-rw-r--r-- | gcc/config/tm-dwarf2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/tm-dwarf2.h b/gcc/config/tm-dwarf2.h index a580964ba1a..d08646eccf8 100644 --- a/gcc/config/tm-dwarf2.h +++ b/gcc/config/tm-dwarf2.h @@ -1,4 +1,4 @@ /* Enable Dwarf2 debugging and make it the default */ #define DWARF2_DEBUGGING_INFO 1 +#undef PREFERRED_DEBUGGING_TYPE #define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG - |