summaryrefslogtreecommitdiffstats
path: root/package/valgrind
Commit message (Collapse)AuthorAgeFilesLines
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-0/+1
| | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+2
|
* Valgrind works on PPC and AMD64 as well nowadays.Peter Korsgaard2006-09-252-4/+1
| | | | Use Kconfig to ensure valgrind can only be enabled on supported archs.
* Bump versionPeter Korsgaard2006-09-251-2/+3
|
* update valgrind to the latest and greatest, forward port my patches.Eric Andersen2006-08-102-115/+186
| | | | Mental note: submit upstream
* remove extra space after touchMike Frysinger2005-11-241-2/+2
|
* Rather than adjusting the way ldso allocates memory, for theEric Andersen2005-08-083-0/+226
| | | | | time being simply add a series of suppressions to make valgrind ignore all memory mmaped by uClibc's ldso.
* update valgrind to the latest and greatestEric Andersen2005-07-222-233/+112
|
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* make valgrind compile with newer kernel headersEric Andersen2005-02-191-3/+19
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* Update version and patch for ioctls I happen to useEric Andersen2005-01-232-32/+157
|
* merge help descriptions written by Tom CameronMike Frysinger2004-12-241-4/+3
|
* fix valgrind dependanciesEric Andersen2004-10-151-3/+3
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* facelift step number twoEric Andersen2004-10-092-2/+116
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+88
directory.