]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/as/config/te-generic.h
This commit was generated by cvs2svn to compensate for changes in r53142,
[FreeBSD/FreeBSD.git] / gnu / usr.bin / as / config / te-generic.h
1 /*
2  * This file is te-generic.h and is intended to be a template for
3  * target environment specific header files.
4  *
5  * It is my intent that this file will evolve into a file suitable for config,
6  * compile, and copying as an aid for testing and porting.  xoxorich.
7  */
8 /*
9  * $FreeBSD$
10  */
11
12
13 #define TE_GENERIC 1
14
15 /* these define interfaces */
16 #include "obj-format.h"
17
18 /*
19  * Local Variables:
20  * comment-column: 0
21  * fill-column: 131
22  * End:
23  */
24
25 /* end of te-generic.h */