diff options
-rw-r--r-- | gcc/config/lynx-ng.h | 1 | ||||
-rw-r--r-- | gcc/config/lynx.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/lynx-ng.h b/gcc/config/lynx-ng.h index 112b24a487f..aea05092660 100644 --- a/gcc/config/lynx-ng.h +++ b/gcc/config/lynx-ng.h @@ -54,6 +54,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* We want to output DBX debugging information. */ #define DBX_DEBUGGING_INFO +#undef PREFERRED_DEBUGGING_TYPE #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG /* We optionally want to be able to produce SDB debugging output so that diff --git a/gcc/config/lynx.h b/gcc/config/lynx.h index 9b2f994d388..e44b2fa3fbd 100644 --- a/gcc/config/lynx.h +++ b/gcc/config/lynx.h @@ -57,6 +57,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* We want to output DBX (stabs) debugging information normally. */ #define DBX_DEBUGGING_INFO +#undef PREFERRED_DEBUGGING_TYPE #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG /* It is convenient to be able to generate standard coff debugging |