From 9d65137307d0efc6f2623614747ffc30b4ef26eb Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Tue, 13 Apr 1993 23:20:14 +0000 Subject: * M Makefile.in: Add -g to CFLAGS. Ads LDFLAGS and use in place of CFLAGS where appropriate. * configure.in: Make a sysdep.hlink in the same way other bfd-based directories do. * gprof.h (UNIT): Replace non-standard 'u_short' by 'unsigned short'. * gprof.h: #include sysdep.h instead of a bunch of stuff. * gprof.c (main): Fix typo gproff->gprof. --- gprof/configure.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'gprof/configure.in') diff --git a/gprof/configure.in b/gprof/configure.in index f0698c3..fbec798 100644 --- a/gprof/configure.in +++ b/gprof/configure.in @@ -8,6 +8,12 @@ srcname="gprof" # per-host: +. ${srcdir}/../bfd/configure.host + +# Set up to make a link between the host's include file and "sysdep.h". +files="../bfd/hosts/${my_host}.h" +links="sysdep.h" + # per-target: case "${target}" in i386-*-*) my_target=i386 ;; @@ -21,6 +27,3 @@ target_makefile_frag=config/mt-${my_target} if [ ! -f ${srcdir}/${target_makefile_frag} ] ; then target_makefile_frag= fi - -files= -links= -- cgit v1.1