[dpdk-dev] [PATCH] performance-thread: limit app compilation to x86_64 targets

2016-04-08 Thread Thomas Monjalon
2016-04-08 17:20, Pablo de Lara: > Performance-thread sample app is only supported for x86_64 targets, > so this commit adds a check to avoid compilation on other targets. > > Signed-off-by: Pablo de Lara Applied, thanks

[dpdk-dev] [PATCH] performance-thread: limit app compilation to x86_64 targets

2016-04-08 Thread Pablo de Lara
Performance-thread sample app is only supported for x86_64 targets, so this commit adds a check to avoid compilation on other targets. Signed-off-by: Pablo de Lara --- examples/performance-thread/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/performance-thread/Makefile