* dbxread.c (process_one_symbol): Make n_opt_found static.
[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
JG
12case "${target}" in
13i386-*-*) my_target=i386 ;;
14sparc-*-*) my_target=sparc ;;
15tahoe-*-*) my_target=tahoe ;;
16vax-*-*) my_target=vax ;;
17*-*-*) my_target=dummy ;;
a11d7ba3
SEF
18esac
19
20target_makefile_frag=config/mt-${my_target}
21if [ ! -f ${srcdir}/${target_makefile_frag} ] ; then
22 target_makefile_frag=
23fi
This page took 0.077267 seconds and 4 git commands to generate.