* mpw-make.in (ctor.c): Remove references.
[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:
10
11# per-target:
5d32c952 12case "${target}" in
68e01f9d 13i[345]86-*-*) my_target=i386 ;;
5d32c952
JG
14sparc-*-*) my_target=sparc ;;
15tahoe-*-*) my_target=tahoe ;;
16vax-*-*) my_target=vax ;;
fbcbb8c4 17ns532-*-*|*-pc532-*) my_target=ns532;;
5d32c952 18*-*-*) my_target=dummy ;;
a11d7ba3
SEF
19esac
20
21target_makefile_frag=config/mt-${my_target}
22if [ ! -f ${srcdir}/${target_makefile_frag} ] ; then
23 target_makefile_frag=
24fi
This page took 0.108079 seconds and 4 git commands to generate.