Module Name: src
Committed By: martin
Date: Mon Jul 16 11:45:01 UTC 2018
Modified Files:
src: UPDATING
Log Message:
Entry for MKSTATICPIE fallout in /rescue build.
To generate a diff of this commit:
cvs rdiff -u -r1.295 -r1.296 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.295 src/UPDATING:1.296
--- src/UPDATING:1.295 Wed May 2 07:34:44 2018
+++ src/UPDATING Mon Jul 16 11:45:01 2018
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.295 2018/05/02 07:34:44 pgoyette Exp $
+$NetBSD: UPDATING,v 1.296 2018/07/16 11:45:01 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
@@ -19,6 +19,13 @@ See also: BUILDING, build.sh, Makefile.
Recent changes:
^^^^^^^^^^^^^^^
+20180713:
+ On amd64 and i386 static binaries are now build position
+ independend. This requires recompilation of all object
+ files used to create the crunched /rescue binary.
+ Clean the rescue directory in your obj directory before
+ doing an update build, otherwise linking will fail.
+
20180414:
Existing binutils was migrated to binutils.old. Manual
removal of tools/binutils objects directory may be required