diff options
Diffstat (limited to 'gcc/config/lynx.h')
-rw-r--r-- | gcc/config/lynx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/lynx.h b/gcc/config/lynx.h index 193935ee228..94544be19b0 100644 --- a/gcc/config/lynx.h +++ b/gcc/config/lynx.h @@ -58,14 +58,14 @@ Boston, MA 02111-1307, USA. */ /* We want to output DBX (stabs) debugging information normally. */ -#define DBX_DEBUGGING_INFO +#define DBX_DEBUGGING_INFO 1 #undef PREFERRED_DEBUGGING_TYPE #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG /* It is convenient to be able to generate standard coff debugging if requested via -gcoff. */ -#define SDB_DEBUGGING_INFO +#define SDB_DEBUGGING_INFO 1 /* Be function-relative for block and source line stab directives. */ |