diff options
author | David D. Zuhn <zoo@cygnus> | 1993-01-07 18:23:07 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-01-07 18:23:07 +0000 |
commit | 0fcfee638b38b2fb152bd3e5b5311524aa06e855 (patch) | |
tree | b4e8f73c47284d5b49a452f8ba4cc8be938cb159 /ld | |
parent | d0ba1cea3055ddd7c1216a95c068dcedbaa93396 (diff) | |
download | gdb-0fcfee638b38b2fb152bd3e5b5311524aa06e855.zip gdb-0fcfee638b38b2fb152bd3e5b5311524aa06e855.tar.gz gdb-0fcfee638b38b2fb152bd3e5b5311524aa06e855.tar.bz2 |
no more default emulation
Diffstat (limited to 'ld')
-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" |