Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/UPDATING,v rcsdiff: /ftp/cvs/cvsroot/src/UPDATING,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.63 retrieving revision 1.64 diff -u -p -r1.63 -r1.64 --- src/UPDATING 2002/05/19 00:54:35 1.63 +++ src/UPDATING 2002/07/01 02:12:11 1.64 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.63 2002/05/19 00:54:35 enami Exp $ +$NetBSD: UPDATING,v 1.64 2002/07/01 02:12:11 sommerfeld Exp $ This file is intended to be a brief introduction to the build process and a reference on what to do if something doesn't work. @@ -150,13 +150,14 @@ Recent changes: building gnu/usr.bin/grep. To install new texinfo, please follow the instruction described in 20010726 entry. -20010803: +20010803: (i386 only): i386 kernel now uses new instructions like `fxsave' which old gas doesn't understand. To build the - kernel successfully, you need to build and install new gas - (gnu/usr.bin/gas.new), or (temporarily) comment out - "options I686_CPU" from your kernel configuration until you - rebuilt your userland (and got a new gas). + kernel successfully, you need to build and install a new toolchain, + (i.e., build.sh -t) or (temporarily) comment out "options I686_CPU" + from your kernel configuration until you rebuild your userland. + See 20011029 above and BUILDING file in this directory for more information. + [updated 20020630 since i386 gas moved when USE_NEW_TOOLCHAIN enabled] 20010731: Bootloader update on ELF platforms. DDB in kernels from before