projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0ba1ce
)
no more default emulation
author
David D. Zuhn
<zoo@cygnus>
Thu, 7 Jan 1993 18:23:07 +0000
(18:23 +0000)
committer
David D. Zuhn
<zoo@cygnus>
Thu, 7 Jan 1993 18:23:07 +0000
(18:23 +0000)
ld/config.h
patch
|
blob
|
history
diff --git
a/ld/config.h
b/ld/config.h
index 6cf7613d81e96bf25458461e3dd7647a03db2692..9da11a4191dbc2d6d9b88d191166cd8bcab6b7d6 100644
(file)
--- 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"