Module Name: src
Committed By: dholland
Date: Mon Nov 16 07:45:50 UTC 2009
Modified Files:
src: UPDATING
Log Message:
Note briefly that new amd64 kernels don't build with old binutils.
To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 src/UPDATING
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/UPDATING
diff -u src/UPDATING:1.205 src/UPDATING:1.206
--- src/UPDATING:1.205 Mon Nov 16 07:39:54 2009
+++ src/UPDATING Mon Nov 16 07:45:50 2009
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.205 2009/11/16 07:39:54 dholland Exp $
+$NetBSD: UPDATING,v 1.206 2009/11/16 07:45:50 dholland Exp $
This file (UPDATING) is intended to be a brief reference to recent
changes that might cause problems in the build process, and a guide for
@@ -23,6 +23,10 @@
src/tools/lex/ and src/usr.bin/lex/.
20091001:
+ On amd64 you must rebuild tools (to get the new binutils)
+ before building a kernel, or the build fails on cpufunc.S.
+
+20091001:
An error will create a ./usr/X11R7/lib/X11/xkb/compiled/xkb
symlink, failing the build. Delete the link, and the subdir
it is in, and retry your build.