Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 4 Nov 2002 23:08:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 4 Nov 2002 23:08:46 -0500 Received: from out002pub.verizon.net ([206.46.170.141]:58026 "EHLO out002.verizon.net") by vger.kernel.org with ESMTP id ; Mon, 4 Nov 2002 23:08:44 -0500 Message-Id: <200211050412.gA54CpPi011677@pool-141-150-241-241.delv.east.verizon.net> Date: Mon, 4 Nov 2002 23:12:49 -0500 From: Skip Ford To: Davide Libenzi Cc: Kernel Mailing List Subject: Re: Linux v2.5.46 References: <200211050401.gA541YPi006905@pool-141-150-241-241.delv.east.verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from davidel@xmailserver.org on Mon, Nov 04, 2002 at 08:17:04PM -0800 X-Authentication-Info: Submitted using SMTP AUTH PLAIN at out002.verizon.net from [141.150.241.241] at Mon, 4 Nov 2002 22:15:14 -0600 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1168 Lines: 31 Davide Libenzi wrote: > On Mon, 4 Nov 2002, Skip Ford wrote: > > Kai Germaschewski wrote: > > > On Mon, 4 Nov 2002, george anzinger wrote: > > > > > > > I think we need a newer objcopy :( > > > > > > Alternatively, use this patch. (It's not really needed to force people to > > > upgrade binutils when ld can do the job, as it e.g. does in > > > arch/i386/boot/compressed/Makefile already). > > > > > > - ( cd $(obj) ; ./gen_init_cpio | gzip -9c > initramfs_data.cpio.gz ) > > > + ( cd $(obj) ; ./$< | gzip -9c > $@ ) > > > > I get errors with your patch. I had to remove the 'cd $(obj)' above > > from usr/Makefile. > > With the latest binutils it works flawlessy w/out any patches ... His patch is intended to negate the need for a recent binutils. I already have binutils 2.13 and had no trouble building. But with his patch that I assume Linus will apply, it errors out no matter which binutils you have. -- Skip - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/