]>
Commit | Line | Data |
---|---|---|
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 | ||
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 |