CROSS_ASSEMBLE becomes CROSS_COMPILE to make config simpler. i386
[deliverable/binutils-gdb.git] / gas / config / te-ic960.h
1 /*
2 * This file is te-ic960.h and is intended to define ic960 environment
3 * specific differences.
4 */
5
6 /* $Id$ */
7
8 #define TE_IC960 1
9
10 /* intel uses host byte order for headers */
11 #ifdef CROSS_COMPILE
12 #undef CROSS_COMPILE
13 #endif /* CROSS_COMPILE */
14
15 #define OBJ_COFF_OMIT_OPTIONAL_HEADER
16 #define LOCAL_LABEL(name) ( (name[0] =='L') \
17 || (name[0] =='.' \
18 && (name[1]=='C' || name[1]=='I' || name[1]=='.')))
19 #include "obj-format.h"
20
21 /*
22 * Local Variables:
23 * comment-column: 0
24 * fill-column: 131
25 * End:
26 */
27
28 /* end of te-ic960.h */
This page took 0.030345 seconds and 5 git commands to generate.