Merge MPW ChangeLog with generic ChangeLog
[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
5489fcc3 13alpha-*-*) my_target=alpha ;;
68e01f9d 14i[345]86-*-*) my_target=i386 ;;
5d32c952
JG
15sparc-*-*) my_target=sparc ;;
16tahoe-*-*) my_target=tahoe ;;
17vax-*-*) my_target=vax ;;
fbcbb8c4 18ns532-*-*|*-pc532-*) my_target=ns532;;
5d32c952 19*-*-*) my_target=dummy ;;
a11d7ba3
SEF
20esac
21
22target_makefile_frag=config/mt-${my_target}
23if [ ! -f ${srcdir}/${target_makefile_frag} ] ; then
24 target_makefile_frag=
25fi
This page took 0.132528 seconds and 4 git commands to generate.