From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH 1/4] gnu: Move the cross-gcc build system arguments into a separate procedure. Date: Thu, 05 Feb 2015 13:23:42 -0500 Message-ID: <87iofg43pt.fsf@netris.org> References: <54D39985.9080301@gmx.com> <87mw4s43ux.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJR5e-0003mY-J9 for guix-devel@gnu.org; Thu, 05 Feb 2015 13:23:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJR5Y-0003fK-Kr for guix-devel@gnu.org; Thu, 05 Feb 2015 13:23:46 -0500 Received: from world.peace.net ([50.252.239.5]:35753) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJR5Y-0003fG-HL for guix-devel@gnu.org; Thu, 05 Feb 2015 13:23:40 -0500 In-Reply-To: <87mw4s43ux.fsf@netris.org> (Mark H. Weaver's message of "Thu, 05 Feb 2015 13:20:38 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Marek Benc Cc: guix-devel@gnu.org Mark H Weaver writes: > Marek Benc writes: >> This one is actually just a copy/paste from the master branch. It >> includes a fix to the problem of cross compilers compiling binaries >> with the building system's ld.so in mind, I take no credit for this. > > Please don't copy/paste from the master branch. Merging the master > branch into the wip-hurd branch would be best. Even better: rebase wip-hurd on current master. I made several changes to the same code that you are changing, so it will require some adjustments. Thanks! Mark