From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 61C3D7E23 for ; Thu, 11 Dec 2014 01:49:55 +0100 (CET) Received: by mail-wi0-f173.google.com with SMTP id r20so12992966wiv.6 for ; Wed, 10 Dec 2014 16:49:55 -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=f/7OA/aHVXXTfDtMKHgDkwsJO+w4T/x3qLsg1klKVZ8=; b=X9qoKGlGYgOTCasCB+lEhEMst/zWw09tknNmodA58JK3QkuAskoiIrC7PK7sczHRye KPr6kw++NC3WpJ+AO/hwehh6lFxUN+cSRAy91nmcRoCKZvHypR02y4GQyL/sbXvv0i2l mMrPyqePZ+PT1K9VeuqM0by7XDMDNLoXKQpZ/sKidTGKz6H5Wbe+Jk1DpjuPJ7m4ZCIi QmXBVEjgteGP1/y87ZBMBIDrmIL/oCr3vdq/bos1BU06awuUeNtsi8bOnHpejq/M93tS zCj0q2sHC8Y98epFMCpkWUF5Qiy8XQZaVa/t3TYt8YwoPuhcoeo8c+oNiTNVtvH6q0QH /cYw== X-Gm-Message-State: ALoCoQnuGUHdDKK1K1FfQMsgWKTUwgFm8FeYpKi8WEK3c5IMV4H6XMNRSIy/Wd9Et52oAEkxL8CP X-Received: by 10.194.222.34 with SMTP id qj2mr11714480wjc.80.1418258995251; Wed, 10 Dec 2014 16:49:55 -0800 (PST) Received: from xps13.localnet ([88.249.222.12]) by mx.google.com with ESMTPSA id fx6sm901956wjc.39.2014.12.10.16.49.54 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 10 Dec 2014 16:49:54 -0800 (PST) From: Thomas Monjalon To: Sergio Gonzalez Monroy Date: Thu, 11 Dec 2014 01:49:17 +0100 Message-ID: <2212554.4sC4qFbXKI@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <20141208145259.GF3237@localhost.localdomain> References: <1413995782-8716-1-git-send-email-sergio.gonzalez.monroy@intel.com> <20141208145259.GF3237@localhost.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] mk: fix build 32bits shared libs on 64bits system 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, 11 Dec 2014 00:49:55 -0000 > > Incompatible libraries error when building shared libraries for 32bits on > > a 64bits system. > > Fix issue by passing CPU_CFLAGS to CC when LINK_USING_CC is enabled. > > > > Signed-off-by: Sergio Gonzalez Monroy > > Acked-by: Pablo de Lara > > Acked-by: Neil Horman Applied Thanks -- Thomas