[spp] [PATCH 4/5] makefile: change default build target

x-fn-spp-ml at ntt-tx.co.jp x-fn-spp-ml at ntt-tx.co.jp
Fri Jun 5 02:28:53 CEST 2020


From: Hideyuki Yamashita <yamashita.hideyuki at ntt-tx.co.jp>

This patch changes default build target from x86_64-native-linuxapp-gcc
to x86_64-native-linux-gcc.

>From the following link, x86_64-native-linuxapp-gcc is not supported.

https://doc.dpdk.org/guides-20.02/linux_gsg/
build_dpdk.html#compiling-and-installing-dpdk-system-wide

Signed-off-by: Hideyuki Yamashita <yamashita.hideyuki at ntt-tx.co.jp>
Signed-off-by: Naoki Takada <ntakada14 at gmail.com>
---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index 0db3aaa..555dbb3 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -5,7 +5,7 @@ VERSION := 19.11
 
 ifneq ($(RTE_SDK),)
 # Default target, can be overriden by command line or environment
-RTE_TARGET ?= x86_64-native-linuxapp-gcc
+RTE_TARGET ?= x86_64-native-linux-gcc
 
 include $(RTE_SDK)/mk/rte.vars.mk
 
-- 
2.25.1



More information about the spp mailing list