summaryrefslogtreecommitdiffstats
path: root/package/devel
Commit message (Collapse)AuthorAgeFilesLines
* perf: disable libcrypto dependencyDirk Neukirchen2016-05-191-0/+1
| | | | | | | upstream change: 8ee4646038e47d065d35703e3e343136c4cd42aa fixes dependency w. Kernel 4.6 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* package/devel/gdb: Update to 7.11John Crispin2016-03-102-3/+3
| | | | | | | | Update gdb to version 7.11 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 48990
* strace: update to version 4.11Hauke Mehrtens2016-02-252-55/+2
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48784
* gdb: fix powerpc build issues with muslFelix Fietkau2016-02-161-0/+25
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48731
* perf: add dependency on !LINUX_3_18 to fix buildsFelix Fietkau2016-02-151-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48720
* package/devel/gdb: update to 7.10.1John Crispin2016-02-121-3/+3
| | | | | | | | | Minor bugfix update, released in Dec 2015 https://www.gnu.org/software/gdb/news/ Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 48709
* perf: include asm/unistd.h instead of syscall.h to fix conflict with kernel ↵Felix Fietkau2016-01-301-1/+1
| | | | | | | | headers Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48573
* oprofile: delete the package, it has become useless now that perf is workingFelix Fietkau2016-01-213-143/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48431
* binutils: use nls.mk to fix libbfd link errors in other packagesFelix Fietkau2016-01-201-1/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48422
* valgrind: fix build with mips soft-floatFelix Fietkau2016-01-201-0/+34
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48419
* perf: fix strerror_r override detection, apparently part of tools/ relies on ↵Felix Fietkau2016-01-123-12/+19
| | | | | | | | non-GNU behavior Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48221
* perf: fix build errors on x86 and other platformsFelix Fietkau2016-01-121-2/+11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48218
* perf: drop @!USE_UCLIBC from dependsFelix Fietkau2016-01-071-1/+1
| | | | | | | | perf builds fine with uClibc too Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 48148
* perf: select objdump instead of the full binutils packageFelix Fietkau2016-01-021-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48071
* perf: add myself as a maintainerFelix Fietkau2016-01-021-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48068
* perf: fix musl compatibilityFelix Fietkau2016-01-022-1/+67
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48067
* perf: fix parallel build support, explicitly disable more library dependenciesFelix Fietkau2016-01-021-1/+13
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48066
* perf: build in a copy of the source dir instead of relying on make cleanFelix Fietkau2016-01-021-14/+6
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48065
* binutils: upgrade to version 2.25John Crispin2015-12-231-3/+3
| | | | | | | | | | | | | | Fixes build: config/tc-i386.c: In function 'build_modrm_byte': config/tc-i386.c:6143:31: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses] && !op.bitfield.reg64 != 1 Contains this fix: https://sourceware.org/ml/binutils/2014-09/msg00095.html Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 48003
* package/devel/perf: fix build for kernel 4.1John Crispin2015-11-021-0/+1
| | | | | | | | | | This fix contains 2 parts: - kernel 4.1: backport upstream patch "perf build: Do not fail on missing Build file" - add NO_LZMA=1 to perf MAKE_FLAGS to disable LZMA support Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 47338
* oprofile: drop kmod-oprofile dependency, it uses the perf API nowFelix Fietkau2015-10-062-1/+11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47147
* gdb: update to the latest version, fixes a build error with gcc 5.2Felix Fietkau2015-09-035-93/+7
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46775
* oprofile: fix path to kernel headersFelix Fietkau2015-08-131-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46588
* oprofile: update to 1.1.0-rc2 and make it work with muslHauke Mehrtens2015-07-264-43/+41
| | | | | | | | This brings oprifle to version 1.1.0-rc2 and adds some fixes for musl. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46505
* strace: add kernel headers include to host cflags to fix build on non-linux ↵Felix Fietkau2015-07-191-0/+2
| | | | | | | | systems Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46423
* strace: cross compile fix: pass HOST_*FLAGS in to ./configureFelix Fietkau2015-07-191-0/+6
| | | | | | | | | | The HOST_*FLAGS are for compiling programs which will run on the machine that is running the build. Setting these flags is frequently required for unusual cross-compiles. Signed-off-by: Lawrence D'Anna <larry@elder-gods.org> SVN-Revision: 46422
* valgrind: update to 3.10.1 and fix kernel >= 4.0Hauke Mehrtens2015-07-113-3/+45
| | | | | | | | | This updates valgrind to version 3.10.1 and make configure work with kernel version > 4.0. This patch was taken from upstream valgrind. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46302
* gdb: fix compilation for x86_64 with muslSteven Barth2015-07-072-1/+65
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46249
* strace: update to 4.10Jo-Philipp Wich2015-06-253-167/+55
| | | | | | | | | | | | | | | | | | - include upstream fixes for musl compatibility Include <sys/stat.h> for S_I* macros d34e00b293942b1012ddc49ed3ab379a32337611 Include <linux/ioctl.h> for _IOC_* macros 3460dc486d333231998de0f19918204aacee9ae3 strace 4.8 is broken with musl on some arch (arm: omap,oxnas according to buildbot) compile tested only Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46124
* gdb: disable liblzma explictlyNicolas Thill2015-05-241-2/+3
| | | | | | | | | * fix build failure when gdb is build after liblzma * bump release number Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45745
* trace-cmd: update to 2.4.2Felix Fietkau2015-05-081-2/+2
| | | | | | | | | | | fixes compile error: (observed w. target arm64, all kernel build opts enabled) error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45625
* binutils/oprofile: disable mips16 to fix build errors (#19522)Felix Fietkau2015-04-202-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45525
* oprofile: add dependency on librt, it seems to be needed in some configurationsFelix Fietkau2015-04-061-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45280
* packages: use $(LN) macro, make symlinks relativeNicolas Thill2015-04-031-1/+1
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45250
* build: remove obsolete references to cris and avr32Felix Fietkau2015-03-241-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44965
* perf: don't error on warningsJohn Crispin2015-03-211-0/+1
| | | | | | | | | There are some places where there is a redundant declaration of strlcpy() that prevents building perf otherwise. Signed-off-by: John Szakmeister <john@szakmeister.net> SVN-Revision: 44926
* packages: some (e)glibc fixes after r44701Nicolas Thill2015-03-161-1/+1
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 44842
* package/valgrind: fix build on eglibcNicolas Thill2015-02-141-1/+2
| | | | | | | | configure tries to guess pagesize by calling getconf, provided by eglibc and compiled for the target, not the host. Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 44445
* oprofile: mark broken on umlNicolas Thill2015-02-111-1/+1
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 44398
* package/binutils: actually support the target toolchainFelix Fietkau2015-01-071-0/+2
| | | | | | | | This fixes a bug, where ld on ARM EABI platforms expects OABI code. Signed-off-by: Harald Geyer <harald@ccbib.org> SVN-Revision: 43866
* binutils: break-out libbfd, libopcodes and arFelix Fietkau2014-12-181-6/+44
| | | | | | | | Package libbfd, libopcodes and ar seperately. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43745
* perf: this package fails to build for !eglibcJohn Crispin2014-12-061-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43531
* devel: import perf from oldpackagesFlorian Fainelli2014-11-281-0/+66
| | | | | | | | | | perf was in the oldpackages repository, but it makes more sense to have it part of the default package set since we build it from the Linux kernel sources. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43418
* trace-cmd: update to v2.4Felix Fietkau2014-11-161-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43280
* license info - revert r43155John Crispin2014-11-034-12/+0
| | | | | | | | turns out that r43155 adds duplicate info. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43167
* Add more license tags with SPDX identifiersJohn Crispin2014-11-034-0/+12
| | | | | | | | | | | | | | | | | | Note, that licensing stuff is a nightmare: many packages does not clearly state their licenses, and often multiple source files are simply copied together - each with different licensing information in the file headers. I tried hard to ensure, that the license information extracted into the OpenWRT's makefiles fit the "spirit" of the packages, e.g. such small packages which come without a dedicated source archive "inherites" the OpenWRT's own license in my opinion. However, I can not garantee that I always picked the correct information and/or did not miss license information. Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43155
* Add a few SPDX tagsSteven Barth2014-11-025-1/+5
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43151
* gdb: fix build failure on armNicolas Thill2014-10-241-0/+22
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43042
* gdb: update to version 7.8, fix musl buildFelix Fietkau2014-10-193-6/+34
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42979
* valgrind: update to the latest version, fix musl supportFelix Fietkau2014-10-194-15/+50
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42978