summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-08-07 04:17:03 +0000
committerimp <imp@FreeBSD.org>2004-08-07 04:17:03 +0000
commit74250a12b770794c4e92aac75dc44ce6c445bf66 (patch)
tree642baa38f819860bf54ea7a61085dec59850edd6
parent72c008cc1d0e9bf6ac3e5d352244ea16938361e5 (diff)
downloadFreeBSD-src-74250a12b770794c4e92aac75dc44ce6c445bf66.zip
FreeBSD-src-74250a12b770794c4e92aac75dc44ce6c445bf66.tar.gz
Since we upgraded compilers, and the kernel build to match, we can't build
new kernels on older userlands. Document this fact in the entry that talked about the system upgrade.
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 922f58347..b74b0fb 100644
--- a/UPDATING
+++ b/UPDATING
@@ -41,6 +41,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
breakages with non-default CFLAGS where optimization level is set
to -O2 or higher.
+ With the upgrade of the system compiler, the kernel has been upgraded
+ to match the new system compiler. This makes it impossible to build
+ a new kernel with the old compiler. Upgrade your system via
+ make buildworld and make kernel (see below) to fix this problem.
+
20040727:
The size of 'struct ifnet' has changed due to the addition of
the IFF_NEEDSGIANT flag (and what it implies). All kernel
OpenPOWER on IntegriCloud