From owner-freebsd-current Sat Aug 2 10:03:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA01642 for current-outgoing; Sat, 2 Aug 1997 10:03:23 -0700 (PDT) Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA01636 for ; Sat, 2 Aug 1997 10:03:15 -0700 (PDT) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.6/8.8.6) id NAA07648; Sat, 2 Aug 1997 13:00:05 -0400 (EDT) Date: Sat, 2 Aug 1997 13:00:05 -0400 (EDT) From: Daniel Eischen Message-Id: <199708021700.NAA07648@pcnet1.pcnet.com> To: andreas@klemm.gtn.com, jdp@polstra.com Subject: Re: second post: elf patches for -current Cc: current@FreeBSD.ORG, hasty@rah.star-gate.com Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > If I define BINFORMAT=elf in /etc/make.conf ... can I do a make > > world then ? > > No. You need the binutils assembler and linker, at least. > > Also, you need the ElfKit dynamic linker. > > Also, there was a little patch to binutils "nm" in ElfKit which GNU > did not accept for compatibility reasons. Without the patch, > "lorder" doesn't work right. I think I could fix lorder so it works > in either case, though. Don't you also need the elf-branding patch to bfd/elf.c? Unless you want to brand your own elfs with brandelf. I didn't find this patch incorporated into binutils-2.7. Perhaps binutils-2.8 has it? Dan Eischen eischen@pcnet.com