blob: 4071c66ce720634997a606ca4d6ceff07e79e1cf (
plain)
1
2
3
4
5
6
7
|
/* Target definitions for GNU compiler for Intel 80386 running OSF/1 1.3+
with gas and gdb. */
/* Use stabs instead of DWARF debug format. */
#undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
|