From owner-freebsd-current Mon Feb 4 8:43:52 2002 Delivered-To: freebsd-current@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 5A2CC37B43C; Mon, 4 Feb 2002 08:43:27 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g14GhN699855; Mon, 4 Feb 2002 18:43:23 +0200 (EET) (envelope-from ru) Date: Mon, 4 Feb 2002 18:43:23 +0200 From: Ruslan Ermilov To: "David O'Brien" Cc: current@FreeBSD.ORG, alpha@FreeBSD.ORG Subject: Re: Latest binutils import breaks Alpha cross compiles Message-ID: <20020204184323.A99170@sunbay.com> References: <20020129190821.B83452@sunbay.com> <20020129120218.A81603@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020129120218.A81603@dragon.nuxi.com> User-Agent: Mutt/1.3.23i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jan 29, 2002 at 12:02:18PM -0800, David O'Brien wrote: > On Tue, Jan 29, 2002 at 07:08:21PM +0200, Ruslan Ermilov wrote: > > David! > > > > After the latest binutils import, attempts to cross-compile > > Alpha fail at the cross-tools stage of buildworld as shown > > below. Please also note sed(1) complaints about nonexistent > > ldscripts/ files. I suspect that "normal" alpha worlds may > > be broken as well, but I can't tell for sure. > > I am sure it probably is. There is a lack of developers using -current > on Alpha's that progress on i386, IA64, x86-64, and sparc64 cannot be > held back. I will fix the Alpha problems when I get a chance, but it may > be a week. > The fix was as simple as this: Index: Makefile =================================================================== RCS file: /home/ncvs/src/gnu/usr.bin/binutils/libbfd/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 2002/01/27 22:47:22 1.16 +++ Makefile 2002/02/04 16:40:01 @@ -5,7 +5,7 @@ .PATH: ${SRCDIR}/bfd ${SRCDIR}/opcodes LIB= bfd -SRCS+= archive.c archures.c bfd.c binary.c cache.c \ +SRCS+= archive.c archive64.c archures.c bfd.c binary.c cache.c \ coffgen.c corefile.c elf.c elf-eh-frame.c elf-strtab.c format.c \ hash.c ihex.c init.c libbfd.c linker.c merge.c opncls.c reloc.c \ section.c srec.c stab-syms.c stabs.c syms.c targets.c tekhex.c \ Verified with both i386 and alpha. Cheers, -- Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message