diff options
author | David D. Zuhn <zoo@cygnus> | 1993-01-08 22:06:17 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-01-08 22:06:17 +0000 |
commit | c1d53021aecaa2fcb8421ee90b508b635aed1802 (patch) | |
tree | 1ef6beded4be9080a3cc2624cdd2a821bbfb3772 /ld | |
parent | 515c4292110048518ddacfaaece66c7829f0ca58 (diff) | |
download | gdb-c1d53021aecaa2fcb8421ee90b508b635aed1802.zip gdb-c1d53021aecaa2fcb8421ee90b508b635aed1802.tar.gz gdb-c1d53021aecaa2fcb8421ee90b508b635aed1802.tar.bz2 |
fix my default emulation changes
Diffstat (limited to 'ld')
-rw-r--r-- | ld/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ld/config.h b/ld/config.h index 9da11a4..4ca37dc 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" |