From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/6] fix build warnings and errors in SUSE11 SP3 Date: Mon, 23 Mar 2015 00:02:39 +0100 Message-ID: <3711231.2etqeAyTjy@xps13> References: <1426735018-19411-1-git-send-email-yong.liu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Yong Liu Return-path: In-Reply-To: <1426735018-19411-1-git-send-email-yong.liu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > From: Marvin Liu > > SUSE11 SP3 default gcc version is 4.3.4. Some options not supported in this > version. This patch set add gcc version check for those options and fix other > build warning in Suse11 SP3. > > Marvin Liu (6): > fix sse3 functions not found with gcc 4.3.4 > fix fm10k driver build error when gcc version elder than 4.4 > fix build error when initialized structure in enic driver > fix build error in app/test with gcc4.3 > fix build error in app/test with gcc4.3 > fix build error for implicit declaration of function pread Applied, thanks