From ecb18d4e2cd521d4db9d41f7989b812a46c26198 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 17 Sep 2002 16:20:47 +0000 Subject: Repair m68k cross-ld - the cross building environment makes some magic unnecessary now. --- gnu/usr.bin/ld/m68k/md.h | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/ld/m68k/md.h b/gnu/usr.bin/ld/m68k/md.h index 66274ee6bd6..61016b2ebdf 100644 --- a/gnu/usr.bin/ld/m68k/md.h +++ b/gnu/usr.bin/ld/m68k/md.h @@ -1,24 +1,16 @@ -/* * $OpenBSD: md.h,v 1.5 2002/07/17 20:33:29 marc Exp $*/ +/* * $OpenBSD: md.h,v 1.6 2002/09/17 16:20:46 miod Exp $*/ /* * - m68k dependent definitions */ #if defined(CROSS_LINKER) #include - #if BYTE_ORDER != BIG_ENDIAN #define NEED_SWAP #endif -#undef __LDPGSZ -#undef ELF_TARG_DATA -#undef ELF_TARG_MACH -#undef relocation_info -#undef MID_MACHINE -#define MID_MACHINE MID_M68K -#include -#endif - +/* Remove definitions from the host exec.h */ +#include #define MAX_ALIGNMENT (sizeof (long)) -- cgit v1.2.3