We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Based on Buildroot's http://git.buildroot.net/buildroot/tree/package/perf/perf.mk
cd tools/perf export ARCH=arc export CROSS_COMPILE=arc-linux-uclibc- make NO_LIBAUDIT=1 NO_NEWT=1 NO_GTK2=1 NO_LIBPERL=1 NO_LIBPYTHON=1 \ WERROR=0 ASCIIDOC= NO_BACKTRACE=1 NO_LIBELF=1 NO_DWARF=1
To build statically add to command line
LDFLAGS=-static