8 lines
218 B
C
8 lines
218 B
C
/* Target definitions for GNU compiler for Intel 80386 running OSF/1 1.3+
|
|
with gas and gdb. */
|
|
|
|
/* Use stabs instead of DWARF debug format. */
|
|
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
|
|
|
|
#include "i386/osf1elf.h"
|