aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-01-08 22:06:17 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-01-08 22:06:17 +0000
commitc1d53021aecaa2fcb8421ee90b508b635aed1802 (patch)
tree1ef6beded4be9080a3cc2624cdd2a821bbfb3772
parent515c4292110048518ddacfaaece66c7829f0ca58 (diff)
downloadgdb-c1d53021aecaa2fcb8421ee90b508b635aed1802.zip
gdb-c1d53021aecaa2fcb8421ee90b508b635aed1802.tar.gz
gdb-c1d53021aecaa2fcb8421ee90b508b635aed1802.tar.bz2
fix my default emulation changes
-rw-r--r--ld/config.h5
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"