From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id B58FB1F5 for ; Fri, 28 Nov 2014 16:48:55 +0100 (CET) Received: by mail-wi0-f182.google.com with SMTP id h11so11620097wiw.3 for ; Fri, 28 Nov 2014 07:48: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=u0ifVnyjFVCEG/Mot7Gf9iaW9mC6RGv8yy2QITdfh2I=; b=gwpRL52ZBiHPHPVp9+yLYn3QSKM/QBcwg82JV4yB7ziWf/xa4ZBRGrfLGZN3On0HW2 p8WpvqenTyaz6IqmbKLtEVKG0qfXgxwDId8TvhN/bowI4f46XOmGDHqFMgzY5sN7tce/ DJ1YFB+2LGKLMTJN4xr/0EN//I4JugyqaFszEQvGU9GIfwSXGsDF8i9aJ+fgXbpPd5ER 9bU0Kc1rePd8LveKU7u8kc9/lXjvv6+l1JHjM7KUXtN6U6TjoeUVQt/O5cvpmjtUPyP2 SvT1L1LhzCnnYPYy2N1vRk7eG5bug3/vI2AcIz4d+11ANCkGc2b1asD0G5pcShl1ffI8 k+6Q== X-Gm-Message-State: ALoCoQkMxXDLgRoTQoFgL1TGhP3LNRZOoh4Qb2IGxegm3Uvm/eR4KYsrAHmUElY/tF1RuYmY7tLw X-Received: by 10.180.109.45 with SMTP id hp13mr60961338wib.4.1417189735551; Fri, 28 Nov 2014 07:48:55 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id l3sm15505646wje.12.2014.11.28.07.48.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Nov 2014 07:48:54 -0800 (PST) From: Thomas Monjalon To: Sergio Gonzalez Monroy Date: Fri, 28 Nov 2014 16:48:32 +0100 Message-ID: <8053165.4G51We95Ac@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1413995782-8716-1-git-send-email-sergio.gonzalez.monroy@intel.com> References: <1413995782-8716-1-git-send-email-sergio.gonzalez.monroy@intel.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: 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: Fri, 28 Nov 2014 15:48:55 -0000 Hi Sergio, 2014-10-22 17:36, Sergio Gonzalez Monroy: > 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. This issue looks really strange. If that's the only way to fix it, it would be better to have a comment in the makefile and a detailed explanation in the commit log. Thanks -- Thomas