index
:
buildroot.git
master
next
Buildroot: Making Embedded Linux easy
hugues
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
package
/
ltrace
Age
Commit message (
Expand
)
Author
2012-04-23
ltrace: fix build on powerpc/uClibc
Peter Korsgaard
2012-04-03
Bump version of ltrace
Maxime Ripard
2011-09-29
package: remove useless arguments from GENTARGETS
Thomas Petazzoni
2011-01-10
ltrace: fix build issue with parallel builds
Peter Korsgaard
2010-08-31
Remove code specific to removed architectures
Thomas Petazzoni
2010-07-26
ltrace: convert to gentargets and bump to 0.5.3
Thomas Petazzoni
2010-07-22
ltrace: fix build without USE_DEMANGLE
Peter Korsgaard
2010-05-20
ltrace: fix build failure
Thomas Petazzoni
2010-04-11
Use BR2_HAVE_DOCUMENTATION instead of BR2_HAVE_{MANPAGES,INFOPAGES}
Thomas Petazzoni
2010-03-30
get rid of broken nios2 support
Peter Korsgaard
2009-11-29
package/ltrace: hide for archs ltrace doesn't support
Peter Korsgaard
2009-10-26
libelf: convert to Makefile.autotools.in and get rid of LIBELF_HEADERS option
Peter Korsgaard
2009-10-02
ltrace: fix build for powerpc
Peter Korsgaard
2009-10-01
buildroot: silence ./configure step when building with 'make -s'
Peter Korsgaard
2009-09-03
package: Remove unnecessary dependencies on uclibc.
Will Newton
2009-01-26
Add help for packages without AVR32 support
Ulf Samuelsson
2009-01-16
package/: convert to DOWNLOAD helper
Peter Korsgaard
2008-12-08
package/: get rid of unneeded $(strip ..)
Peter Korsgaard
2008-08-04
ltrace: expand help text
Peter Korsgaard
2008-07-17
Kconfig: remove 'default n'
Peter Korsgaard
2008-03-21
Ltrace version changed, cannot find the old version on any debian mirrors. Pa...
John Voltz
2007-12-27
Added BR2_DEBIAN_MIRROR
Thomas Lundquist
2007-10-02
- remove usage of SUSv3 LEGACY functions
Bernhard Reutner-Fischer
2007-10-02
- has to select libelf (and should nowadays work without LFS)
Bernhard Reutner-Fischer
2007-10-01
- just use the strip binary to avoid confusing libtool (quotes)
Bernhard Reutner-Fischer
2007-09-24
- bump version; some cleanups while at it
Bernhard Reutner-Fischer
2007-08-22
- semicolon touchup. No other changes
Bernhard Reutner-Fischer
2007-08-21
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ...
Bernhard Reutner-Fischer
2007-06-27
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
Bernhard Reutner-Fischer
2007-04-16
- install some more stuff that goes into staging_dir into the proper place.
Bernhard Reutner-Fischer
2007-04-06
- doesn't compile if LFS is off
Bernhard Reutner-Fischer
2007-03-13
fixup package LDFLAGS handling
Eric Andersen
2006-10-01
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ...
Bernhard Reutner-Fischer
2005-04-14
Minor ltrace updates
Eric Andersen
2005-03-21
force libelf to be selected
Mike Frysinger
2005-02-10
There is no need to have a separate 'Makefile.in' file in the
Eric Andersen
2005-01-19
- version bump. bug #34
Ned Ludd
2004-12-26
more help updates from Tom Cameron
Mike Frysinger
2004-10-09
Make the TAR_VERBOSITY option a bit more sane
Eric Andersen
2004-10-09
use $(TAR_VERBOSITY)
Mike Frysinger
2004-10-09
final step in buildroot facelift
Eric Andersen
2004-10-09
Remove the old 'make' directory, and populate the new 'package'
Eric Andersen