diff options
Diffstat (limited to 'contrib/gcc/config/rs6000/netbsd.h')
-rw-r--r-- | contrib/gcc/config/rs6000/netbsd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/gcc/config/rs6000/netbsd.h b/contrib/gcc/config/rs6000/netbsd.h index 0e58a45..95f6542 100644 --- a/contrib/gcc/config/rs6000/netbsd.h +++ b/contrib/gcc/config/rs6000/netbsd.h @@ -64,3 +64,8 @@ Boston, MA 02111-1307, USA. */ structure return convention. */ #undef DRAFT_V4_STRUCT_RET #define DRAFT_V4_STRUCT_RET 1 + +/* Use STABS debugging information by default. DWARF2 makes a mess of + the 1.5.2 linker. */ +#undef PREFERRED_DEBUGGING_TYPE +#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG |