From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 337A1FFA for ; Wed, 28 Sep 2016 12:21:58 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP; 28 Sep 2016 03:21:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,409,1470726000"; d="scan'208";a="14076646" Received: from rhorton-mobl.ger.corp.intel.com (HELO [10.252.9.220]) ([10.252.9.220]) by fmsmga005.fm.intel.com with ESMTP; 28 Sep 2016 03:21:56 -0700 To: Reshma Pattan , dev@dpdk.org References: <1471875574-29807-1-git-send-email-reshma.pattan@intel.com> From: Remy Horton Organization: Intel Shannon Limited Message-ID: <22102163-48b0-5f22-5b49-5a8094bd6064@intel.com> Date: Wed, 28 Sep 2016 11:21:55 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <1471875574-29807-1-git-send-email-reshma.pattan@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-dev, v2] mk: gcc -march support for intel processors code names 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: Wed, 28 Sep 2016 10:21:58 -0000 On 22/08/2016 15:19, Reshma Pattan wrote: > The GCC 4.9 -march option supports the intel code names for processors, > for example -march=silvermont, -march=broadwell. > The RTE_MACHINE config flag can be used to pass code name to > the compiler as -march flag. Also old gcc versions compatibility code > for the intel platform is removed from > mk/toolchain/gcc/rte.toolchain-compat.mk > > Release notes is updated. > > Linux and FreeBSD getting started guides are updated with recommended > gcc version as 4.9 and above. > > Some of the gmake command examples in sample application guide and driver > guides are updated with gcc version as 4.9. > > Signed-off-by: Reshma Pattan Acked-by: Remy Horton