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:
21c9f62
)
Die on missing host fragments, let missing target fragments pass.
author
K. Richard Pixley
<rich@cygnus>
Wed, 14 Aug 1991 22:23:44 +0000
(22:23 +0000)
committer
K. Richard Pixley
<rich@cygnus>
Wed, 14 Aug 1991 22:23:44 +0000
(22:23 +0000)
binutils/configure.in
[new file with mode: 0644]
patch
|
blob
diff --git a/binutils/configure.in
b/binutils/configure.in
new file mode 100644
(file)
index 0000000..
4dbcaac
--- /dev/null
+++ b/
binutils/configure.in
@@ -0,0
+1,20
@@
+# This file is a shell script that supplies the information necessary
+# to tailor a template configure script into the configure script
+# appropriate for this directory. For more information, check any
+# existing configure script.
+
+srctrigger=ar.c
+srcname="binutils"
+
+# per-host:
+
+if [ ! -f config/hmake-${host} ] ; then
+ echo No such host available: ${host}
+ exit 1
+fi
+
+# per-target:
+
+files=
+links=
+