* M Makefile.in: Add -g to CFLAGS.
[deliverable/binutils-gdb.git] / gprof / configure.in
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
6 srctrigger=gprof.c
7 srcname="gprof"
8
9 # per-host:
10
11 . ${srcdir}/../bfd/configure.host
12
13 # Set up to make a link between the host's include file and "sysdep.h".
14 files="../bfd/hosts/${my_host}.h"
15 links="sysdep.h"
16
17 # per-target:
18 case "${target}" in
19 i386-*-*) my_target=i386 ;;
20 sparc-*-*) my_target=sparc ;;
21 tahoe-*-*) my_target=tahoe ;;
22 vax-*-*) my_target=vax ;;
23 *-*-*) my_target=dummy ;;
24 esac
25
26 target_makefile_frag=config/mt-${my_target}
27 if [ ! -f ${srcdir}/${target_makefile_frag} ] ; then
28 target_makefile_frag=
29 fi
This page took 0.033205 seconds and 5 git commands to generate.