tn3399_openwrt/package/devel
Alexey Brodkin 5dc76a4258 perf: Disable perf for ARC770 only, enable for ARC HS38
Toolchain built for ARCv1 (read for ARC700 cores) by default has
disabled atomic ops (-mno-atomic). When we build Linux kernel for ARC770
which has LL/SC instructions and thus may handle normally atomic ops we
explicitly add "-matomic" in CFLAGS. But since user-space perf utility has
no way to extract CPU config options from Kconfig/defconfig it uses
compiler default settings.

In case of ARCv2 (read ARC HS38) atomics are enabled by default and so
perf builds perfectly fine thus reenabling perf for ARC HS38 (actually
for non-ARC700 targets).

Signed-off-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
2017-05-11 00:53:05 +02:00
..
binutils binutils: fix build with host gcc < 4.9 2017-04-12 09:54:39 +02:00
gdb gdb: fix invalid sigprocmask call 2017-03-24 11:10:22 +08:00
gdb-arc toolchain/arc: update to the most recent release arc-2016.09 2017-05-02 15:17:30 +02:00
perf perf: Disable perf for ARC770 only, enable for ARC HS38 2017-05-11 00:53:05 +02:00
strace strace: update to version 4.15 2017-01-05 23:10:44 +01:00
trace-cmd treewide: clean up and unify PKG_VERSION for git based downloads 2016-12-22 16:42:21 +01:00
valgrind treewide: clean up download hashes 2016-12-16 22:39:22 +01:00