aboutsummaryrefslogtreecommitdiff
path: root/gprof/configure.in
AgeCommit message (Collapse)AuthorFilesLines
1996-08-29Recognize i686-*-* for pentium proMichael Meissner1-1/+1
1996-08-23 * configure.in: Set and substitute HLDENV.Ian Lance Taylor1-1/+6
* configure: Rebuild. * Makefile.in (HLDENV): New variable. (gprof): Use $(HLDENV).
1996-06-27 * configure.in: Call AC_ISC_POSIX.Ian Lance Taylor1-0/+2
* configure: Rebuild. * Makefile.in (gprof): Pass $(CFLAGS) during link. * hertz.c: Don't include <sys/time.h>; let sysdep.h handle that. If HAVE_SETITIMER is not defined, try using sysconf.
1996-06-25 * Makefile.in (exec_prefix, bindir, libdir, mandir, infodir, datadir,Jason Molenda1-1/+2
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. * configure.in (AC_PREREQ): autoconf 2.5 or higher. (AC_PROG_INSTALL): added. * configure: Rebuilt.
1996-06-24 * configure.in: On alpha*-*-osf*, link against libbfd.a if notIan Lance Taylor1-5/+17
using shared libraries. * configure: Rebuild with autoconf 2.10.
1996-04-08 * configure.in: Permit --enable-shared to specify a list ofIan Lance Taylor1-1/+2
directories. * configure: Rebuild.
1996-02-18 * configure.in: Check for 'do not mix' from native linker beforeIan Lance Taylor1-0/+2
trying to use -rpath. * configure: Rebuild.
1996-02-13 * configure.in: Set HDLFLAGS for *-*-hpux with --enable-shared.Ian Lance Taylor1-0/+3
* configure: Rebuild.
1996-02-07 * configure.in: Don't set CC. Look for --enable-shared. SetIan Lance Taylor1-1/+62
BFDLIB and HLDFLAGS and substitute them. * configure: Rebuild. * Makefile.in (LIBS): Use @BFDLIB@. (HLDFLAGS): New variable. (gprof): Use $(HLDFLAGS).
1995-09-05some ns32k updates from Ian DallKen Raeburn1-1/+1
1995-06-16use changequote around []Ken Raeburn1-0/+2
1995-04-19* gen-c-prog.awk: Changed reference to "make-c-prog.awk" inJ.T. Conklin1-19/+16
comment emitted by this script to gen-c-prog.awk. * Makefile.in, configure.in: Converted to use autoconf. * configure: New file, generated with autoconf 2.3. * config/{mt-alpha, mt-dummy, mt-i386, mt-ns532, mt-sparc, mt-tahoe, mt-vax}: Removed.
1995-02-07Lots of changes from David Mosberger-Tang; see ChangeLog and NOTES for details:Ken Raeburn1-0/+1
Alpha support. Long options. New file format to support more information; backwards compatibility. Line-level profiling, on systems where bfd_find_nearest_line works. Selective display of data.
1994-08-24 * configure.in: Change i386-*-* to i[345]86-*-*.Ian Lance Taylor1-1/+1
1994-07-13ns532 support from Ian DallKen Raeburn1-0/+1
1993-06-07 * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.Per Bothner1-6/+0
* configure.in: No longer need to configure to get sysdep.h.
1993-04-13 * M Makefile.in: Add -g to CFLAGS.Per Bothner1-3/+6
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.
1992-07-13* configure.in: Remove host section, expand target section.John Gilmore1-13/+6
1992-03-06Fixed some serious bugs in the configuration of gprof. It now works withSean Eric Fagan1-0/+1
the latest bfd and company.
1992-02-11Updating gprof for latest bfd stuff, and making configure work.Sean Eric Fagan1-0/+18
1991-07-23Initial revisionSean Eric Fagan1-0/+14