From 80dd7630623737fe903af295e80646e5cfeade2b Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 4 Oct 1994 12:57:51 -0700 Subject: [PATCH] (PREFERRED_DEBUGGING_INFO): Add undef before define. From-SVN: r8211 --- gcc/config/lynx-ng.h | 1 + gcc/config/lynx.h | 1 + 2 files changed, 2 insertions(+) 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 -- 2.30.2