Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2002 18:43:23 +0200
From:      Ruslan Ermilov <ru@FreeBSD.ORG>
To:        "David O'Brien" <obrien@FreeBSD.ORG>
Cc:        current@FreeBSD.ORG, alpha@FreeBSD.ORG
Subject:   Re: Latest binutils import breaks Alpha cross compiles
Message-ID:  <20020204184323.A99170@sunbay.com>
In-Reply-To: <20020129120218.A81603@dragon.nuxi.com>
References:  <20020129190821.B83452@sunbay.com> <20020129120218.A81603@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020204184323.A99170>