Thu Jun 4 11:34:02 1992 Mark Eichin (eichin at cygnus.com)
[deliverable/binutils-gdb.git] / gprof / configure.in
CommitLineData
c98f0ae5
SEF
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=gprof.c
7srcname="gprof"
8
9# per-host:
a11d7ba3
SEF
10case "${host_cpu}" in
11sparc*) my_host=sparc ;;
12i386*) my_host=i386 ;;
13esac
14
15host_makefile_frag=config/mh-${my_host}
16if [ ! -f ${srcdir}/${host_makefile_frag} ] ; then
17 host_makefile_frag=
18fi
c98f0ae5
SEF
19
20# per-target:
a11d7ba3
SEF
21case "${target_cpu}" in
22sparc*) my_target=sparc ;;
23i386*) my_target=i386 ;;
89a471fe 24*) my_target=dummy ;;
a11d7ba3
SEF
25esac
26
27target_makefile_frag=config/mt-${my_target}
28if [ ! -f ${srcdir}/${target_makefile_frag} ] ; then
29 target_makefile_frag=
30fi
c98f0ae5
SEF
31
32files=
33links=
This page took 0.039639 seconds and 4 git commands to generate.