Add gcc40 infrastructure, but don't tie it to the build yet.
[dragonfly.git] / gnu / usr.bin / cc40 / cc_prep / tm.h
1 /* $DragonFly: src/gnu/usr.bin/cc40/cc_prep/Attic/tm.h,v 1.1 2005/06/05 22:43:20 corecode Exp $ */
2
3 #ifndef GCC_TM_H
4 #define GCC_TM_H
5 #ifndef FBSD_MAJOR
6 # define FBSD_MAJOR 4
7 #endif
8 #ifdef IN_GCC
9 # include "config/i386/i386.h"
10 # include "config/i386/unix.h"
11 # include "config/i386/att.h"
12 # include "config/dbxelf.h"
13 # include "config/elfos.h"
14 # include "config/dragonfly-spec.h"
15 # include "config/dragonfly.h"
16 # include "config/i386/dragonfly.h"
17 # include "defaults.h"
18 #endif
19 #if defined IN_GCC && !defined GENERATOR_FILE && !defined USED_FOR_TARGET
20 # include "insn-constants.h"
21 # include "insn-flags.h"
22 #endif
23 #endif /* GCC_TM_H */