From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] xenpaging: correct order of linker options to avoid link errors with recent toolchains Date: Thu, 29 Jul 2010 17:20:19 +0200 Message-ID: <20100729152019.GA22714@aepfle.de> References: <20100728125517.GB1949@aepfle.de> <19536.14440.565355.587038@mariner.uk.xensource.com> <20100728154750.GA6899@aepfle.de> <19536.21860.12916.94743@mariner.uk.xensource.com> <20100728161524.GA7525@aepfle.de> <19537.39747.919778.402762@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <19537.39747.919778.402762@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Jackson Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Thu, Jul 29, Ian Jackson wrote: > I think the right answer is to rename the variables LDFLAGS_foo which > actually contain arguments like -Lfoo -lfoo to LDLIBS_foo. If there > are mixed variables (which contain actual linker options rather than > just instructions to link against libraries) they should be split in > two. Ian, I will walk through the code and prepare individual patches to move to the suggested variable naming. Olaf