Warn 'ar q' doesn't update archive ST index.
[deliverable/binutils-gdb.git] / binutils / configure.in
CommitLineData
db19f828
RP
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
6srctrigger=ar.c
7srcname="binutils"
8
9# per-host:
10
11if [ ! -f config/hmake-${host} ] ; then
12 echo No such host available: ${host}
13 exit 1
14fi
15
16# per-target:
17
18files=
19links=
20
This page took 0.026276 seconds and 4 git commands to generate.