Start development on 386BSD 0.0
[unix-history] / .ref-BSD-4_3_Net_2 / usr / src / usr.bin / gcc / cc1 / config / tm-hp9k320g.h
CommitLineData
5d3e29f7
C
1/* Definitions of target machine for GNU compiler. HP-UX 68000/68020 version.
2 Use this file if GCC is supposed to work with the GNU assembler,
3 GNU linker and GNU debugger using DBX debugging information.
4 (In other words, much of HPUX has been cast aside.) */
5
6/* This wants DBX format. */
7
8#define DBX_DEBUGGING_INFO
9
10#define USE_GAS
11
12#include "tm-hp9k320.h"