summaryrefslogtreecommitdiff
path: root/package/strace
AgeCommit message (Collapse)Author
2018-05-10strace: update to 4.22Waldemar Brodkorb
2018-03-27strace: update to 4.21Waldemar Brodkorb
2017-12-25strace: update to 4.20Waldemar Brodkorb
2017-09-23h8300: use elf2flt from ysato, upstream elf2flt still requires a small patchWaldemar Brodkorb
2017-09-17remove -fhonour-copts usageWaldemar Brodkorb
This reuires a external gcc patch, which I no longer add to newer gcc. A lot of packages already need to disable the usage of -fhonour-copts, because it doesn't work without patching. May be we need something like Buildroot is using, a gcc wrapper to see poisened include or library paths while cross-compiling.
2017-08-06strace: update to 4.18Waldemar Brodkorb
2017-06-23strace: update to 4.17Waldemar Brodkorb
2017-02-18strace: update to 4.16Waldemar Brodkorb
2016-12-19strace: update to 4.15Waldemar Brodkorb
2016-11-25finalize systemd as alternative init systemWaldemar Brodkorb
Most important is the fix in patch-src_journal_journald-server_c, which breaks startup of systemd-journald when code is compiled with -DNDEBUG. A lot of base-files reorganizing to only install required files on sysv systems.
2016-08-19strace: fix musl mips compileWaldemar Brodkorb
2016-08-09strace: fix for x86_64 buildWaldemar Brodkorb
2016-08-08strace: disable for nds32Waldemar Brodkorb
2016-08-08strace: update to 4.12Waldemar Brodkorb
2016-04-29strace: workaround should only be used for powerpcWaldemar Brodkorb
2016-04-27strace: fix musl ppc compileWaldemar Brodkorb
2016-02-20strace: fix cross-compile on MacOS XWaldemar Brodkorb
2016-01-16strace: fix build errorWaldemar Brodkorb
2015-12-26fix compile for crisv10/crisv32Waldemar Brodkorb
2015-12-25fix ARC compile, hotfix from upstreamWaldemar Brodkorb
2015-12-23fix microblaze musl compileWaldemar Brodkorb
2015-12-22strace: update to latest stable version, remove patches first and see what ↵Waldemar Brodkorb
is required
2015-10-11fix musl compile for x86_64Waldemar Brodkorb
2015-06-10better use i386 as base for crisv32Waldemar Brodkorb
2015-06-10fix strace for crisv32 (experimental)Waldemar Brodkorb
2015-03-10update to latest stable upstream versionWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-12-19use the new concept of appliancesWaldemar Brodkorb
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete
2014-09-03fix checksumWaldemar Brodkorb
2014-09-03update to 4.9, need to readd needed patches after testrunWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-13use static-libgc not only for base, simplifies dependencies, just a few ↵Waldemar Brodkorb
bytes bigger for a xbmc build
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-03-17fixups for x86_64 x32 toolchain, x86_64 32 still problematicWaldemar Brodkorb
- add a musl patch to recognize x86_64-foo-muslx32 - rework multilib configuration - remove explicit sjlj gcc configure, as suggested by the gcc docs - fix strace for x32
2014-03-11add adk-test-tools packageWaldemar Brodkorb
- scripts to shutdown qemu from linux - only start klogd when printk is available
2014-03-10make a fix for microblazeWaldemar Brodkorb
2014-02-27rework musl patches, mostly from sabotage linuxWaldemar Brodkorb
2014-02-23patches make strace non-working on qemu sparc64 glibc, need reworkingWaldemar Brodkorb
2014-02-22remove some more patches, need to rework musl supportWaldemar Brodkorb
2014-02-22fix build breakage for sparc64-glibcWaldemar Brodkorb
2014-02-22some try to fixWaldemar Brodkorb
2014-01-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-01-16fix musl ppc compile, from sabotageWaldemar Brodkorb
2014-01-16good bye cris, hardware is eol, latest toolchain is broken, qemu emulator ↵Waldemar Brodkorb
support is bad, kernel needs patches for serial and network
2014-01-16good bye avr32, bad toolchain support, hardware is eol and no qemu emulator ↵Waldemar Brodkorb
available
2013-11-13disable for avr32Waldemar Brodkorb
2013-10-25another try to fix strace for arm/mips/x86Waldemar Brodkorb
2013-10-25fix strace compileWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb