projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f96fa0
)
* configure.in: use ../../bfd/hosts/std-host.h, not
author
Jason Molenda
<crash@cygnus>
Mon, 24 Apr 1995 22:10:32 +0000
(22:10 +0000)
committer
Jason Molenda
<crash@cygnus>
Mon, 24 Apr 1995 22:10:32 +0000
(22:10 +0000)
../bfd/hosts/std-host.h (which doesn't exist).
sim/sh/configure.in
patch
|
blob
|
history
diff --git
a/sim/sh/configure.in
b/sim/sh/configure.in
index
74c80fe
..
32afd98
100644
(file)
--- a/
sim/sh/configure.in
+++ b/
sim/sh/configure.in
@@
-16,7
+16,7
@@
files="../../bfd/hosts/${my_host}.h"
links="sysdep.h"
if [ ! -f ${srcdir}/${files} ] ; then
- files=../bfd/hosts/std-host.h
+ files=../
../
bfd/hosts/std-host.h
echo "[${srcname} has no specific support for host ${host} -- using std-host]"
fi