From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 03D44592B for ; Thu, 19 Mar 2015 04:17:05 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 18 Mar 2015 20:17:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,427,1422950400"; d="scan'208";a="667305488" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 18 Mar 2015 20:17:05 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t2J3H2sI024350; Thu, 19 Mar 2015 11:17:02 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t2J3GxXu019447; Thu, 19 Mar 2015 11:17:01 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t2J3Gxf4019443; Thu, 19 Mar 2015 11:16:59 +0800 From: Yong Liu To: dev@dpdk.org Date: Thu, 19 Mar 2015 11:16:50 +0800 Message-Id: <1426735018-19411-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/6] fix build warnings and errors in SUSE11 SP3 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: Thu, 19 Mar 2015 03:17:06 -0000 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 app/test/Makefile | 2 ++ app/test/test.h | 2 +- lib/librte_eal/common/include/rte_common_vect.h | 4 ++++ lib/librte_eal/linuxapp/eal/Makefile | 2 ++ lib/librte_pmd_enic/enic_main.c | 10 ++++++---- lib/librte_pmd_fm10k/Makefile | 10 ++++++---- lib/librte_pmd_ixgbe/Makefile | 5 +++-- 7 files changed, 24 insertions(+), 11 deletions(-) -- 1.9.3