From: David D. Zuhn Date: Fri, 8 Jan 1993 22:06:17 +0000 (+0000) Subject: fix my default emulation changes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1d53021aecaa2fcb8421ee90b508b635aed1802;p=binutils-gdb.git fix my default emulation changes --- 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"