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/obj-bout.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/obj-bout.h')
-rw-r--r-- | gas/config/obj-bout.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/obj-bout.h b/gas/config/obj-bout.h index fc95a35..5ba18f1 100644 --- a/gas/config/obj-bout.h +++ b/gas/config/obj-bout.h @@ -60,9 +60,9 @@ to the Free Software Foundation, 675 Mass Ave, Cambridge, MA #include "targ-cpu.h" /* bout uses host byte order for headers */ -#ifdef CROSS_ASSEMBLE -#undef CROSS_ASSEMBLE -#endif /* CROSS_ASSEMBLE */ +#ifdef CROSS_COMPILE +#undef CROSS_COMPILE +#endif /* CROSS_COMPILE */ /* We want \v. */ #define BACKSLASH_V 1 |