From c611e285bd68ba6f2fa2f3063a002ace9b8f626f Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 24 Jan 1992 18:41:32 +0000 Subject: Merging from VMS port. Doc to follow.. --- ld/config.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'ld/config.h') diff --git a/ld/config.h b/ld/config.h index 838276b..50cc3ca 100644 --- a/ld/config.h +++ b/ld/config.h @@ -33,13 +33,9 @@ #define EBMON29K_EMULATION_NAME "ebmon29k" #define GLDI386AOUT_EMULATION_NAME "gldi386aout" /* Otherwise default to this emulation */ -#ifndef DEFAULT_EMULATION -#ifdef GNU960 -#define DEFAULT_EMULATION GLD960_EMULATION_NAME -#else -#define DEFAULT_EMULATION GLD68K_EMULATION_NAME -#endif -#endif /* DEFAULT_EMULATION */ + +#define DEFAULT_EMULATION LNK960_EMULATION_NAME + /* Look in this variable for a target format */ #define TARGET_ENVIRON "GNUTARGET" @@ -47,6 +43,7 @@ #define GLD_TARGET "a.out-sunos-big" #define GLD68K_TARGET "a.out-sunos-big" #define LNK960_TARGET "coff-Intel-big" +#define LNK960_TARGET_LITTLE "coff-Intel-little" #define GLD960_TARGET "b.out.big" #define VANILLA_TARGET "a.out-sunos-big" #define GLDM88KBCS_TARGET "m88kbcs" -- cgit v1.1