From 0fcfee638b38b2fb152bd3e5b5311524aa06e855 Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Thu, 7 Jan 1993 18:23:07 +0000 Subject: [PATCH] no more default emulation --- ld/config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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" -- 2.30.2