From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 1691B376C for ; Fri, 17 Apr 2015 13:15:20 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 17 Apr 2015 04:15:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,594,1422950400"; d="scan'208";a="482170399" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by FMSMGA003.fm.intel.com with ESMTP; 17 Apr 2015 04:15:12 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.129]) by IRSMSX102.ger.corp.intel.com ([169.254.2.2]) with mapi id 14.03.0224.002; Fri, 17 Apr 2015 12:15:11 +0100 From: "Mcnamara, John" To: Thomas Monjalon , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 1/2] mk: fix build with gcc 4.4 and clang Thread-Index: AQHQeJJVFGTr+Puf4U+hwU/Zkq04Sp1RDkRg Date: Fri, 17 Apr 2015 11:15:11 +0000 Message-ID: References: <1429130956-17828-1-git-send-email-thomas.monjalon@6wind.com> <1429222237-8002-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1429222237-8002-1-git-send-email-thomas.monjalon@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 1/2] mk: fix build with gcc 4.4 and clang 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, 17 Apr 2015 11:15:21 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Thursday, April 16, 2015 11:11 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 1/2] mk: fix build with gcc 4.4 and clang Acked-by: John McNamara