summaryrefslogtreecommitdiffstats
path: root/package/valgrind
Commit message (Collapse)AuthorAgeFilesLines
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* valgrind: don't remove TARGET_DIR/usr/lib/pkgconfigPeter Korsgaard2008-07-011-5/+0
| | | | | There's no need for removing the pkgconfig files in valgrind.mk as that is now handled by the generic BR2_HAVE_DEVFILES.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-1/+1
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* valgrind: don't add pkgconfig files to targetPeter Korsgaard2008-06-151-0/+1
|
* valgrind: there is no vgskin_none.so anymore, use coregrind/valgrind insteadPeter Korsgaard2008-06-151-5/+4
|
* valgrind: needs kernel headers (and doesn't respect CFLAGS)Peter Korsgaard2008-06-151-0/+1
|
* buildroot: cleanup <package>-clean targets.Peter Korsgaard2008-03-271-1/+3
| | | | Based on input from Arndt Kritzner & Bernhard Fischer.
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-2/+2
| | | | toolchain/*/*.mk */Makefile.in -l)
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-1/+1
|
* Remove configure cruftPeter Korsgaard2007-07-051-10/+0
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* Version bump. Thanks to Michael BenedictPeter Korsgaard2007-04-031-1/+1
|
* yet more LDFLAGS handling fixupsEric Andersen2007-03-141-1/+1
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+2
|
* 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.