From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 73898592F for ; Sat, 19 Jul 2014 01:49:31 +0200 (CEST) Received: by mail-wg0-f49.google.com with SMTP id k14so4063112wgh.20 for ; Fri, 18 Jul 2014 16:50:34 -0700 (PDT) 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=LbFiINGlCH99faRaOmNoA1HfFD2bd+FDhvWE3ttaDKc=; b=g+Be3tSatOs+LssusfJt1sW8+mXblZ0CZQsCtOW2CjLjgwSJAQVAUyUbTwYujsIcB7 9A7PcON1h2ZB0lawlhwipf1UY43mce4b/Yjhsvcxv6+y8Uc4EHg0EIELNQsd/E23W2Pk ETX6Ih1Kd3C1Yyi62I5Yvukl1AAjhXGbVajWpG/etoArdljUbpK5GQO0M01zCFXSKBex RNnqMNqFA+U63OnBaHTrXCDUX+jMNsoYr7pvwyDHMTR9AdxuBLnxRVpwkF7OSTjlDqDZ Hhu8gKWJRHjGw2EbRq3J8UTvm7LC6B28CzxCFkXBg1YyeCK2oGwoMfs1gOnj7p3wnsZD 4mWw== X-Gm-Message-State: ALoCoQkJiUVBxjMBAQGaZ7Ysh/15nD+9AIMAlMaO5XnntAx8Nj+c+G/G069xklmVk5TFfTbphJgb X-Received: by 10.194.109.170 with SMTP id ht10mr830938wjb.72.1405727434082; Fri, 18 Jul 2014 16:50:34 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id lk7sm17743262wjb.24.2014.07.18.16.50.32 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Jul 2014 16:50:33 -0700 (PDT) From: Thomas Monjalon To: Pablo de Lara Date: Sat, 19 Jul 2014 01:50:26 +0200 Message-ID: <3769255.PmrnnegxpH@xps13> Organization: 6WIND User-Agent: KMail/4.13.2 (Linux/3.15.5-2-ARCH; KDE/4.13.2; x86_64; ; ) In-Reply-To: <1405517756-18183-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1405517756-18183-1-git-send-email-pablo.de.lara.guarch@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] makefile: Substituted deprecated default target in app Makefile 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, 18 Jul 2014 23:49:31 -0000 > 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 Acked-by: Thomas Monjalon Applied for version 1.7.1 Thanks -- Thomas