examples: fix default build target
L3fwd-acl and ip pipeline apps were using old x86_64-default-linuxapp-gcc as their default target, instead of x86_64-native-linuxapp-gcc Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
parent
29773abd62
commit
efcef73d50
@ -34,7 +34,7 @@ $(error "Please define RTE_SDK environment variable")
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Default target, can be overridden by command line or environment
|
# Default target, can be overridden by command line or environment
|
||||||
RTE_TARGET ?= x86_64-default-linuxapp-gcc
|
RTE_TARGET ?= x86_64-native-linuxapp-gcc
|
||||||
|
|
||||||
include $(RTE_SDK)/mk/rte.vars.mk
|
include $(RTE_SDK)/mk/rte.vars.mk
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ $(error "Please define RTE_SDK environment variable")
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Default target, can be overriden by command line or environment
|
# Default target, can be overriden by command line or environment
|
||||||
RTE_TARGET ?= x86_64-default-linuxapp-gcc
|
RTE_TARGET ?= x86_64-native-linuxapp-gcc
|
||||||
|
|
||||||
include $(RTE_SDK)/mk/rte.vars.mk
|
include $(RTE_SDK)/mk/rte.vars.mk
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user