nuke chill stuff from Makefile
[deliverable/binutils-gdb.git] / binutils / configure.in
... / ...
CommitLineData
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
9configdirs="testsuite"
10
11# per-host:
12
13host_makefile_frag=
14if [ -f ${srcdir}/../bfd/config/${my_host}.mh ] ; then
15 host_makefile_frag=../bfd/config/${my_host}.mh
16fi
17
18# per-target:
This page took 0.024778 seconds and 4 git commands to generate.