From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186]) by dpdk.org (Postfix) with ESMTP id E17A668CB for ; Mon, 21 Jul 2014 05:46:54 +0200 (CEST) Received: from syslog-sdn.mhcomputing.net (172-3-139-73.lightspeed.sntcca.sbcglobal.net [172.3.139.73]) by mail.mhcomputing.net (Postfix) with ESMTPSA id F0C4080A158; Sun, 20 Jul 2014 20:47:33 -0700 (PDT) From: Matthew Hall To: dev@dpdk.org Date: Sun, 20 Jul 2014 20:47:37 -0700 Message-Id: <1405914461-19335-1-git-send-email-mhall@mhcomputing.net> X-Mailer: git-send-email 1.9.1 Subject: [dpdk-dev] [PATCH] examples: fix clang compilation issues X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2014 03:46:55 -0000 Contains adjustments to some warnings which prevent examples from compiling under clang. Contains ability to override RTE_SDK_BIN in rte.extvars.mk, without which it's impossible to compile the examples against DPDK if it compiled into any build directory not named identically to the RTE_TARGET. Signed-off-by: Matthew Hall