On Tue, 15 Oct 2002, Nate Lawson wrote:

> Yes, I know that buildworld will fix the toolchain but is there a more
> granular fix?  cd /usr/src/gnu && make install ?
>
> FYI, buildworld takes hours and I have some kernel changes to test before
> committing.

Just edit ldscript.i386?  This is what I did to unbreak building of
RELENG_4 kernels under -current:

%%%
Index: ldscript.i386
===================================================================
RCS file: /home/ncvs/src/sys/conf/ldscript.i386,v
retrieving revision 1.4.2.1
diff -u -2 -r1.4.2.1 ldscript.i386
--- ldscript.i386       20 Sep 2001 09:29:23 -0000      1.4.2.1
+++ ldscript.i386       15 Oct 2002 19:02:16 -0000
@@ -1,4 +1,4 @@
 /* $FreeBSD: src/sys/conf/ldscript.i386,v 1.4.2.1 2001/09/20 09:29:23 peter Exp $ */
-OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
+OUTPUT_FORMAT("elf32-i386-freebsd", "elf32-i386-freebsd", "elf32-i386-freebsd")
 OUTPUT_ARCH(i386)
 ENTRY(btext)
%%%

Similarly to unbreak building of RELENG_4 kernels under -current.

The reverse patch might unbreak building of -current kernels under
-not-very-current.

Bruce


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to