From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11644 invoked by alias); 12 Nov 2007 18:02:11 -0000 Received: (qmail 11628 invoked by uid 22791); 12 Nov 2007 18:02:11 -0000 X-Spam-Check-By: sourceware.org Received: from amistad.itbs.cz (HELO amistad.itbs.cz) (81.0.238.226) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 12 Nov 2007 18:02:09 +0000 Received: from localhost (localhost [127.0.0.1]) by amistad.itbs.cz (Postfix) with ESMTP id 821F52F86F1; Mon, 12 Nov 2007 19:03:17 +0100 (CET) Received: from amistad.itbs.cz ([127.0.0.1]) by localhost (amistad.itbs.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05603-03; Mon, 12 Nov 2007 19:03:17 +0100 (CET) Received: from [62.245.89.232] (r2z232.net.upc.cz [62.245.89.232]) by amistad.itbs.cz (Postfix) with ESMTP id 51DF92F86F0; Mon, 12 Nov 2007 19:03:17 +0100 (CET) Message-ID: <47389540.7090005@jermar.eu> Date: Mon, 12 Nov 2007 18:02:00 -0000 From: Jakub Jermar User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: Dave Korn Cc: binutils@sourceware.org, 'Nick Clifton' , gingold@adacore.com Subject: Re: [ia64] objcopy and constant-gp References: <4738109C.3090008@jermar.eu> <47381AFF.40102@redhat.com> <47387CD9.7090402@jermar.eu> <004201c82555$76b83250$2e08a8c0@CAM.ARTIMI.COM> In-Reply-To: <004201c82555$76b83250$2e08a8c0@CAM.ARTIMI.COM> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2007-11/txt/msg00124.txt.bz2 Hi, Dave Korn wrote: >> Moreover, I need to use the same trick for different platforms > > Are you sure? Surely other platforms don't have "-mconstant-gp"? This is a misunderstanding. Other platforms don't have -mconstant-gp, but I need to link empty.o with HelenOS kernel on all other supported platforms. So I need a mechanism that is preferably universal and can be part of the main Makefile. (And I have found that mechanism thanks to the help I received here.) Jakub