Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Revise 20010803 since i386 gas is no longer built where that...



details:   https://anonhg.NetBSD.org/src/rev/912eebb461cf
branches:  trunk
changeset: 533459:912eebb461cf
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Mon Jul 01 02:12:11 2002 +0000

description:
Revise 20010803 since i386 gas is no longer built where that entry
said it was.

diffstat:

 UPDATING |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 3243fb05b180 -r 912eebb461cf UPDATING
--- a/UPDATING  Sun Jun 30 23:31:59 2002 +0000
+++ b/UPDATING  Mon Jul 01 02:12:11 2002 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index