numam-dpdk/lib/librte_eal/bsdapp
Wei Dai 4d8b986bfe config: make backtrace optional
When building DPDK with musl, there is need not to disable
backtrace to remove some references to execinfo.h which is
not supported by musl now.
This also applies to some other libc implementation which
doesn't support backtrace() and backtrace_symbols().

musl is an implementation of the userspace portion
of the standard library functionality described in
the ISO C and POSIX standards, plus common extensions.
Got more details about musl from http://www.musl-libc.org .

Signed-off-by: Wei Dai <wei.dai@intel.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2017-05-05 15:13:29 +02:00
..
contigmem contigmem: zero all pages during mmap 2016-08-22 22:59:05 +02:00
eal config: make backtrace optional 2017-05-05 15:13:29 +02:00
nic_uio nic_uio: fix device binding at boot 2017-04-04 12:28:03 +02:00
Makefile config: remove EAL flags for OS environment 2016-03-05 11:09:31 +01:00