nuke chill stuff from Makefile
[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
a8cd562d 7srcname="Binutils"
db19f828 8
0019b190 9configdirs="testsuite"
a8cd562d 10
0019b190 11# per-host:
db19f828 12
a8cd562d
SEF
13host_makefile_frag=
14if [ -f ${srcdir}/../bfd/config/${my_host}.mh ] ; then
15 host_makefile_frag=../bfd/config/${my_host}.mh
16fi
db19f828 17
a8cd562d 18# per-target:
This page took 0.106594 seconds and 4 git commands to generate.