summaryrefslogtreecommitdiffstats
path: root/package/devel
Commit message (Collapse)AuthorAgeFilesLines
* perf: fix build with musl on PowerPCMatthias Schiffer2016-09-281-0/+8
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* perf: drop sched_getcpu wrapperRalph Sennhauser2016-08-231-17/+0
| | | | | | Current musl already provides sched_getcpu Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
* strace: bump to 4.13Ralph Sennhauser2016-08-231-3/+3
| | | | | | Fixes broken btrfs support in 4.12 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
* package/devel/gdb: Update to 7.11.1Hannu Nyman2016-08-151-2/+2
| | | | | | Update gdb to version 7.11.1 to match the version in toolchain. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* gdb: fix build with gcc 4.1.2 as host compilerHauke Mehrtens2016-08-011-0/+16
| | | | | | | | | | | | | | | | | | | | The additional warnings are causing compile errors on gcc version 4.1.2 as a host compiler. cc -c -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type -Wold-style-declaration -Wold- style-definition -Wformat-nonliteral -I. -I. -I./../../include filter_host.c cc1: error: unrecognized command line option "-Wempty-body" cc1: error: unrecognized command line option "-Wmissing-parameter-type" cc1: error: unrecognized command line option "-Wold-style-declaration" cc1: error: unrecognized command line option "-Wempty-body" cc1: error: unrecognized command line option "-Wmissing-parameter-type" cc1: error: unrecognized command line option "-Wold-style-declaration" Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* perf: prevent build from within the sdk and mark as nonsharedFelix Fietkau2016-07-311-1/+2
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* strace: update to version 1.12Hauke Mehrtens2016-07-181-3/+3
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* valgrind: update to the latest version, fix build issues on ARMFelix Fietkau2016-07-076-62/+38
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* packages: prefer http over git for git protocolHauke Mehrtens2016-06-221-1/+1
| | | | | | | | | In company networks everything except the http and https protocol is often causes problems, because the network administrators try to block everything else. To make it easier to use LEDE in company networks use the https/http protocol for git access when possible. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* strace: add option for enabling stack trace supportYousong Zhou2016-06-131-1/+10
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* package/devel/gdb-arc: Add target GDB for ARCAlexey Brodkin2016-06-135-1/+159
| | | | | | | | | | | | | | | | ARC port of GDB is not yet upstream so we need to use sources from Synopsys GitHub repo. Given Synopys' commitment to upstream ARC support in GDB in the nearest future it might be simpler to add a separate package for ARC GDB instead of patching generic GDB package. This way once ARC GDB stuff gets uptreamed we'll only need to remove that new "gdb-arc" package. Note 1 very minor change in generic gdb package was done - it now depends on !arc (while "gdb-arc" depends on "arc"). Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
* treewide: replace nbd@openwrt.org with nbd@nbd.nameFelix Fietkau2016-06-074-4/+4
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* 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