From c1d53021aecaa2fcb8421ee90b508b635aed1802 Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Fri, 8 Jan 1993 22:06:17 +0000 Subject: [PATCH] fix my default emulation changes --- ld/config.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ld/config.h b/ld/config.h index 9da11a4191d..4ca37dc9160 100644 --- a/ld/config.h +++ b/ld/config.h @@ -21,11 +21,6 @@ /* Look in this environment name for the linker to pretend to be */ #define EMULATION_ENVIRON "LDEMULATION" /* If in there look for the strings: */ -/* Otherwise default to this emulation */ - -#ifndef DEFAULT_EMULATION -error you must set a default emulation -#endif /* DEFAULT_EMULATION */ /* Look in this variable for a target format */ #define TARGET_ENVIRON "GNUTARGET" -- 2.30.2