summaryrefslogtreecommitdiff
path: root/package/gdb
AgeCommit message (Collapse)Author
2014-09-05separate gdb/gdbserver package buildsWaldemar Brodkorb
try to get coldfire gdbserver to compile, but still not working. An older version works, seems that newer versions are not tested for uClinux case.
2014-09-04disable gdbserver only for muslWaldemar Brodkorb
2014-08-15fix for uclibc-ngWaldemar Brodkorb
2014-08-07update to latest upstreamWaldemar 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-06-16remove libiconv-tiny dependency, use uclibc specific dependencyWaldemar Brodkorb
2014-05-31do not install libiberty in staging areaWaldemar Brodkorb
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-05-08fixup descriptionsWaldemar Brodkorb
2014-03-28add support for microblaze native debugging from xilinx-gdb git repoWaldemar Brodkorb
2014-03-24cosmetic changes, remove libiberty hacksWaldemar Brodkorb
2014-03-14enable some packages for m68k, use initrd stuff for aranymWaldemar Brodkorb
2014-03-10rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is ↵Waldemar Brodkorb
no difference
2014-02-17update gdbWaldemar 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
2014-01-06workaround libiberty.a problemWaldemar Brodkorb
2013-12-23fix musl compileWaldemar Brodkorb
2013-11-07update valgrind to latest upstream version, strlen is not a function in ↵Waldemar Brodkorb
ld.so in latest glibc/eglibc setups, just remove the redirect for now. enable automatic building of debug subpackages. update TODO
2013-11-02remove dependencies to libiconv,pkg-config and file. use pkgconf and ↵Waldemar Brodkorb
libiconv-tiny instead. fixes glib compile on systems without libiconv/ native iconv implementation
2013-10-28disable auto-load-safe-path, to inhibit errors when /lib32 is used on lemoteWaldemar Brodkorb
2013-10-26fix x86_64 build with musl, from sabotageWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-10-21disable m68k buildsWaldemar Brodkorb
2013-09-17fix static building of gdbWaldemar Brodkorb
2013-09-16added attribution to sab0tageWaldemar Brodkorb
2013-09-13fix gdb mips muslWaldemar Brodkorb
2013-09-04disable branch trace support for i386/amd64, doesn't compile for musl based ↵Waldemar Brodkorb
systems
2013-08-14allow static buildingWaldemar Brodkorb
2013-08-14musl libc compat updatesWaldemar Brodkorb
2012-10-05make firefox work again on lemote yeelongWaldemar Brodkorb
2012-09-21add comments for static linkingWaldemar Brodkorb
2012-01-15package/gdb: prevent shipped libbfd from cluttering the system wide onePhil Sutter
This lib won't get installed anyway, packages linking against libbfd should simply depend on the libbfd provided by binutils.
2011-12-18avr32 workaroundsWaldemar Brodkorb
2011-03-31I am to tupid for git, today.Waldemar Brodkorb
Revert "Revert "fix conflict, autoseect libgcj"" This reverts commit c2bd3a43342e37a05a97e12581dd2bd52993877a.
2011-03-31Revert "fix conflict, autoseect libgcj"Waldemar Brodkorb
This reverts commit ac46bdeef28bc2b65e1880884a79257c28e423a7, reversing changes made to 418fb3668f7140cc3e2ba07c354fe0d9bbb47d04.
2011-03-31fix conflict, autoseect libgcjWaldemar Brodkorb
2011-02-24disable packages for cris, enable more packages by hardware features (vga, ↵Waldemar Brodkorb
input)
2011-01-22activate GCC cflags check, cleanup FLAGS stuff in OpenADK.Waldemar Brodkorb
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage
2011-01-17fix packages to be compile with stack protectorWaldemar Brodkorb
- libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-06-12massive PKG_SECTION adjustmentsPhil Sutter
2010-05-20fix compile issue, when python is foundWaldemar Brodkorb
2010-05-12fix make bulkallmod for some packages and target combinationsWaldemar Brodkorb
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar Brodkorb
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used.
2010-01-31add dependency to libiconvWaldemar Brodkorb
2010-01-13fix ag241 compile. add target dependent package selections.Waldemar Brodkorb
2009-12-23remove and ignore autogenerated Config.in filesWaldemar Brodkorb