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,
[EMAIL PROTECTED]           Sunbay Software AG,
[EMAIL PROTECTED]          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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to