1991-08-15 07:23:44 +09:00
|
|
|
# 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
|
1992-07-05 05:47:03 +08:00
|
|
|
srcname="Binutils"
|
1991-08-15 07:23:44 +09:00
|
|
|
|
1993-06-08 03:45:12 +08:00
|
|
|
configdirs="testsuite"
|
1992-07-05 05:47:03 +08:00
|
|
|
|
1993-06-08 03:45:12 +08:00
|
|
|
# per-host:
|
1991-08-15 07:23:44 +09:00
|
|
|
|
1992-07-05 05:47:03 +08:00
|
|
|
host_makefile_frag=
|
|
|
|
if [ -f ${srcdir}/../bfd/config/${my_host}.mh ] ; then
|
|
|
|
host_makefile_frag=../bfd/config/${my_host}.mh
|
|
|
|
fi
|
1991-08-15 07:23:44 +09:00
|
|
|
|
1992-07-05 05:47:03 +08:00
|
|
|
# per-target:
|