diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-10-04 19:57:51 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-10-04 19:57:51 +0000 |
commit | 122702e0b92f1b78dc4512313942ff1a7b56c8f4 (patch) | |
tree | 5cf9d8b8383584e0a3abf4cb6d940653e820d290 /gcc/config/lynx-ng.h | |
parent | 0bcc064d195cb34a74b3f915cb03c3f36a5b7fe0 (diff) | |
download | gcc-122702e0b92f1b78dc4512313942ff1a7b56c8f4.tar.gz |
(PREFERRED_DEBUGGING_INFO): Add undef before define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8211 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/lynx-ng.h')
-rw-r--r-- | gcc/config/lynx-ng.h | 1 |
1 files changed, 1 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 |