diff options
Diffstat (limited to 'gcc/config/lynx-ng.h')
-rw-r--r-- | gcc/config/lynx-ng.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/lynx-ng.h b/gcc/config/lynx-ng.h index 3ae07e1d601..9ce425137e1 100644 --- a/gcc/config/lynx-ng.h +++ b/gcc/config/lynx-ng.h @@ -54,7 +54,7 @@ Boston, MA 02111-1307, USA. */ /* We want to output DBX debugging information. */ -#define DBX_DEBUGGING_INFO +#define DBX_DEBUGGING_INFO 1 #undef PREFERRED_DEBUGGING_TYPE #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG @@ -62,7 +62,7 @@ Boston, MA 02111-1307, USA. */ we can create debuggable SDB/coff files. This won't be needed when stabs-in-coff works. */ -#define SDB_DEBUGGING_INFO +#define SDB_DEBUGGING_INFO 1 /* Generate calls to memcpy, memcmp and memset. */ |