]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gprof/configure.in
* M Makefile.in: Add -g to CFLAGS.
[thirdparty/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
9d651373
PB
11. ${srcdir}/../bfd/configure.host
12
13# Set up to make a link between the host's include file and "sysdep.h".
14files="../bfd/hosts/${my_host}.h"
15links="sysdep.h"
16
c98f0ae5 17# per-target:
5d32c952
JG
18case "${target}" in
19i386-*-*) my_target=i386 ;;
20sparc-*-*) my_target=sparc ;;
21tahoe-*-*) my_target=tahoe ;;
22vax-*-*) my_target=vax ;;
23*-*-*) my_target=dummy ;;
a11d7ba3
SEF
24esac
25
26target_makefile_frag=config/mt-${my_target}
27if [ ! -f ${srcdir}/${target_makefile_frag} ] ; then
28 target_makefile_frag=
29fi