blob: af6efa2d0def09db02b7f728500d344490199cd8 (
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. */
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
#include "i386/osf1elf.h"
|