From: David D. Zuhn Date: Thu, 7 Jan 1993 18:23:07 +0000 (+0000) Subject: no more default emulation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0fcfee638b38b2fb152bd3e5b5311524aa06e855;p=binutils-gdb.git no more default emulation --- diff --git a/ld/config.h b/ld/config.h index 6cf7613d81e..9da11a4191d 100644 --- a/ld/config.h +++ b/ld/config.h @@ -24,11 +24,9 @@ /* Otherwise default to this emulation */ #ifndef DEFAULT_EMULATION -#define DEFAULT_EMULATION "unknown" +error you must set a default emulation #endif /* DEFAULT_EMULATION */ - - /* Look in this variable for a target format */ #define TARGET_ENVIRON "GNUTARGET"