diff options
author | K. Richard Pixley <rich@cygnus> | 1991-04-08 15:49:47 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-04-08 15:49:47 +0000 |
commit | 3cc6716da4127068ee5e2265b1c024f3e0f037e2 (patch) | |
tree | 8e79a30b15d889ce709019a0b10097a5c02f8577 /gas/config/te-ic960.h | |
parent | 66eeea27ccfd428e3813dda55dc3497cb5147532 (diff) | |
download | gdb-3cc6716da4127068ee5e2265b1c024f3e0f037e2.zip gdb-3cc6716da4127068ee5e2265b1c024f3e0f037e2.tar.gz gdb-3cc6716da4127068ee5e2265b1c024f3e0f037e2.tar.bz2 |
CROSS_ASSEMBLE becomes CROSS_COMPILE to make config simpler. i386
support for aout now tested against an installed customers sun4 cross.
Added REVERSE_SORT_RELOCS.
Diffstat (limited to 'gas/config/te-ic960.h')
-rw-r--r-- | gas/config/te-ic960.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/te-ic960.h b/gas/config/te-ic960.h index 15c3064..165a780 100644 --- a/gas/config/te-ic960.h +++ b/gas/config/te-ic960.h @@ -8,9 +8,9 @@ #define TE_IC960 1 /* intel uses host byte order for headers */ -#ifdef CROSS_ASSEMBLE -#undef CROSS_ASSEMBLE -#endif /* CROSS_ASSEMBLE */ +#ifdef CROSS_COMPILE +#undef CROSS_COMPILE +#endif /* CROSS_COMPILE */ #define OBJ_COFF_OMIT_OPTIONAL_HEADER #define LOCAL_LABEL(name) ( (name[0] =='L') \ |