From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 6022BADB0 for ; Tue, 24 Feb 2015 12:33:09 +0100 (CET) Received: by mail-wi0-f179.google.com with SMTP id ex7so4108781wid.0 for ; Tue, 24 Feb 2015 03:33:09 -0800 (PST) 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=dgnmi6xT1Q4h2yeyAc3KAS+Hyzxroi0IiLK4J7C8z/I=; b=eh3lO7EX+yWAYiY/Y8oD0y8i5lLqIC5gi6JaAv+EdC/ddm+sdkM+vlHptVwfMUv78m aWC1Feauj1r/9LqWgBbiJlYNgpSTHZKPLLdIZfmLc+pMFIL7ac0d64vZvvFst2JwQANP FUIJcU6bsucHjuLABHOL6YXnaj8sDjCw8JhwvHlMHv01TjdGL8a6BHWbs+kqfjEkOvAD tMOmngxxlu1RJaK6fHKBRoF82ODaTvP40FfRQRqlz6Xh+k21bQ5XpuDJL7XL4cSIktjn pLqbCKa6N7k1S+KLx4GnBMKPnbCTQ8e0RYi3LgCilVZVMy/CxnPMagobRr5Z0mJtoaLv Xg/A== X-Gm-Message-State: ALoCoQlktCF4RL/jMnfXUFnmL9I7kW/h9vI9HXq2MjBCK0HMAWEqA6jrlATmU2R1oHC8nLkinnH0 X-Received: by 10.180.75.200 with SMTP id e8mr28580298wiw.95.1424777589011; Tue, 24 Feb 2015 03:33:09 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id k6sm20121624wia.6.2015.02.24.03.33.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Feb 2015 03:33:08 -0800 (PST) From: Thomas Monjalon To: Panu Matilainen Date: Tue, 24 Feb 2015 12:32:37 +0100 Message-ID: <1481687.xPvXlqdRaB@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <7529e243896615deb7d93e6080dfd2aced92bf86.1424774816.git.pmatilai@redhat.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] mk: Work around Debian/Ubuntu-specific 'gcc -dumpversion' output 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: Tue, 24 Feb 2015 11:33:09 -0000 2015-02-24 11:59, David Marchand: > Panu, > > ack (and works with my debian gcc). > > > Commit 71f0ab1849b4fc3ca928deb566df12ca725ed150 broke compilation > > on some versions of Debian and Ubuntu where gcc has been modified > > to only emit MAJOR.MINOR part of the version from 'gcc -dumpversion'. > > Drop the micro-version from gcc version comparisons to work around > > this, it wasn't being used for anything anyway. > > > > Signed-off-by: Panu Matilainen Applied, thanks