{
symbolS *symbolP;
-#ifdef CROSS_ASSEMBLE
+#ifdef CROSS_COMPILE
/* Gotta do md_ byte-ordering stuff for string_byte_count first - KWK */
md_number_to_chars(*where, string_byte_count, sizeof(string_byte_count));
*where += sizeof(string_byte_count);
-#else /* CROSS_ASSEMBLE */
+#else /* CROSS_COMPILE */
append(where, (char *) &string_byte_count, (unsigned long) sizeof(string_byte_count));
-#endif /* CROSS_ASSEMBLE */
+#endif /* CROSS_COMPILE */
for(symbolP = symbol_rootP; symbolP; symbolP = symbol_next(symbolP)) {
if(S_GET_NAME(symbolP))
#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
#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') \