Commit 80dd7630 by Jim Wilson

(PREFERRED_DEBUGGING_INFO): Add undef before define.

From-SVN: r8211
parent cc331106
...@@ -54,6 +54,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -54,6 +54,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* We want to output DBX debugging information. */ /* We want to output DBX debugging information. */
#define DBX_DEBUGGING_INFO #define DBX_DEBUGGING_INFO
#undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
/* We optionally want to be able to produce SDB debugging output so that /* We optionally want to be able to produce SDB debugging output so that
......
...@@ -57,6 +57,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -57,6 +57,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* We want to output DBX (stabs) debugging information normally. */ /* We want to output DBX (stabs) debugging information normally. */
#define DBX_DEBUGGING_INFO #define DBX_DEBUGGING_INFO
#undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
/* It is convenient to be able to generate standard coff debugging /* It is convenient to be able to generate standard coff debugging
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment