Module Name:    src
Committed By:   martin
Date:           Fri Jan 31 10:40:44 UTC 2014

Modified Files:
        src: UPDATING

Log Message:
Add a note for the libc/compile_rt changes requiring a partial clean.


To generate a diff of this commit:
cvs rdiff -u -r1.250 -r1.251 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.250 src/UPDATING:1.251
--- src/UPDATING:1.250	Sat Dec 28 03:39:07 2013
+++ src/UPDATING	Fri Jan 31 10:40:44 2014
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.250 2013/12/28 03:39:07 christos Exp $
+$NetBSD: UPDATING,v 1.251 2014/01/31 10:40:44 martin 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
@@ -16,6 +16,15 @@ See also: BUILDING, build.sh, Makefile.
 Recent changes:
 ^^^^^^^^^^^^^^^
 
+20140131:
+	The new compile_rt/libc integration moved a few things. If not
+	starting with a clean objdir, cd to the objdir and do:
+		rm -rf lib/libc
+	and if you are on a 64bit arch with 32bit compat, additionally:
+		rm -rf compat/sparc64/sparc/lib/libc
+	(substitute proper archs for sparc/sparc64)
+
+
 20131227:
 	1. The new ntpd runs in a restricted mode to prevent amplification
 	   attacks. If you need ntpdc to work you need to explicitly enable

Reply via email to