diff options
-rw-r--r-- | ld/config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ld/config.h b/ld/config.h index 6cf7613..9da11a4 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" |