From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id B193F7722A for ; Sun, 31 Jan 2016 16:28:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u0VGSd7h020399; Sun, 31 Jan 2016 16:28:39 GMT Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4b2hyC1bAqdj; Sun, 31 Jan 2016 16:28:39 +0000 (GMT) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u0VGSZ6i020393 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Sun, 31 Jan 2016 16:28:36 GMT Message-ID: <1454257715.27087.24.camel@linuxfoundation.org> From: Richard Purdie To: Phil Blundell Date: Sun, 31 Jan 2016 16:28:35 +0000 In-Reply-To: <1454256830.7421.19.camel@pbcl.net> References: <1454246466.27087.12.camel@linuxfoundation.org> <1454256830.7421.19.camel@pbcl.net> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Cc: openembedded-core Subject: Re: [PATCH] binutils: Use target provided zlib X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jan 2016 16:28:41 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sun, 2016-01-31 at 16:13 +0000, Phil Blundell wrote: > On Sun, 2016-01-31 at 13:21 +0000, Richard Purdie wrote: > > When using -fpic (security related cflags), > > Do you mean -fpie? I do, thanks :) I'll fix the typos in -next. Cheers, Richard