]>
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 | |
a8cd562d | 7 | srcname="Binutils" |
db19f828 | 8 | |
0019b190 | 9 | configdirs="testsuite" |
a8cd562d | 10 | |
0019b190 | 11 | # per-host: |
db19f828 | 12 | |
a8cd562d SEF |
13 | host_makefile_frag= |
14 | if [ -f ${srcdir}/../bfd/config/${my_host}.mh ] ; then | |
15 | host_makefile_frag=../bfd/config/${my_host}.mh | |
16 | fi | |
db19f828 | 17 | |
a8cd562d | 18 | # per-target: |