blob: 4dbcaac5aadcf67cefeb8e45b4bc1ef453eb16a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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=
|