diff options
Diffstat (limited to 'gnu/egcs/gcc/config/svr4.h')
-rw-r--r-- | gnu/egcs/gcc/config/svr4.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/config/svr4.h b/gnu/egcs/gcc/config/svr4.h index 1c8482fd11d..7fa30e8ac26 100644 --- a/gnu/egcs/gcc/config/svr4.h +++ b/gnu/egcs/gcc/config/svr4.h @@ -247,8 +247,9 @@ do { \ #define DWARF_DEBUGGING_INFO /* All ELF targets can support DWARF-2. */ - +#ifndef DWARF2_DEBUGGING_INFO #define DWARF2_DEBUGGING_INFO +#endif /* The numbers used to denote specific machine registers in the System V Release 4 DWARF debugging information are quite likely to be totally |