Die on missing host fragments, let missing target fragments pass.
[deliverable/binutils-gdb.git] / binutils / configure.in
1 # This file is a shell script that supplies the information necessary
2 # to tailor a template configure script into the configure script
3 # appropriate for this directory. For more information, check any
4 # existing configure script.
5
6 srctrigger=ar.c
7 srcname="binutils"
8
9 # per-host:
10
11 if [ ! -f config/hmake-${host} ] ; then
12 echo No such host available: ${host}
13 exit 1
14 fi
15
16 # per-target:
17
18 files=
19 links=
20
This page took 0.033529 seconds and 5 git commands to generate.