From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 67533BDAE for ; Fri, 5 Feb 2016 15:55:30 +0100 (CET) Received: by mail-wm0-f46.google.com with SMTP id g62so51456232wme.0 for ; Fri, 05 Feb 2016 06:55:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=XjG7sCMy78I4gTaQSYOYs5oXmgtJU6oLZJkEmJPag0E=; b=x4G5hHS1ynzdTwzOTX/cVl8T9hc8BBcDU5WdEq/RJs2TQG5I55Cxz5ynB42ccB275u W7cuoTLI9ErEts1VVNJ/JVezLtbBaJiH//kocicagtfaEVNcXs50OV/dSWy0l9MI3SmK jOOEr6WkSj+xvPIvXPTVtXgVrpxxI6bQnSnclb4bXtDE06VGHE2qfhlvTgejoWgJCrLA 7/hHlJ9rMGBe0XV45AU7vcXfUJT0k/z4kc6ClTvuYTfRyi/he3YZbRJ9WQ+fZ8RVln9M /nAD/nI4TcixcVCBJbdnK2JZrcr1BVpOyOzD5GmB2zibvsx5JPFsUjoOjyNqbnQPvr82 8EDA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=XjG7sCMy78I4gTaQSYOYs5oXmgtJU6oLZJkEmJPag0E=; b=jk8vxx6PjRnlXeDtp9gk03qguYbs6pf0V0/ypek3HVqtvPCdCd9U88XwqvTudd66jc 5ilvnaI3dhYyxU3brh3PQLW10+F5NxefwNqbGwJj660ubh3pdtiq033mZ6hNL4v01Rjs scU6mJYnX3mIxZs2CaIKj1JLqhY+ImYV6E9Gc88K5WxXtmfPb4nDkFxb5HOtgffSj5IJ PEZ76AgmtYf1Nd2Mlch3N+Ai6nrX50Nmrx7QMfL/E6XK96nzsGcdUGOGxG/ns4TefPgX /28VklhMLTUKVSJhQ/sgS3660AUzyIdYS+ub4CQuktihWNKqSQKtHKxg+HVCZgDy1Mo+ 38tw== X-Gm-Message-State: AG10YOSgmfk5vUm3gXcHhkVJWtEBjQnccL8nQ70YxOYHeTiB926+9nWKjeK8kklMsAYsc6tq X-Received: by 10.194.20.67 with SMTP id l3mr13814837wje.86.1454684130277; Fri, 05 Feb 2016 06:55:30 -0800 (PST) Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id pu8sm16257933wjc.17.2016.02.05.06.55.28 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 05 Feb 2016 06:55:29 -0800 (PST) From: Thomas Monjalon To: bruce.richardson@intel.com, remy.horton@intel.com Date: Fri, 5 Feb 2016 15:54:06 +0100 Message-Id: <1454684049-27195-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH 0/3] fix compilation of examples for ARM 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: Fri, 05 Feb 2016 14:55:30 -0000 Thomas Monjalon (3): examples/distributor: fix build for non-x86 arch examples/ethtool: fix build examples: fix build dependencies examples/Makefile | 12 ++++++++---- examples/distributor/main.c | 8 ++++---- examples/ethtool/ethtool-app/main.c | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) -- 2.7.0