aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1999-04-09 06:17:37 +0000
committerWarner Losh <imp@FreeBSD.org>1999-04-09 06:17:37 +0000
commit8172568955d8a044da44008b69ec73af3a0076ef (patch)
treee4318da43252b765783594b7ae79d40bef55cc7b
parent1306c069d2f581cd2772a75aa6ad50216d309eb3 (diff)
Notes
-rw-r--r--UPDATING26
1 files changed, 25 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index ee8ee561c27bb..d45cc479b3848 100644
--- a/UPDATING
+++ b/UPDATING
@@ -3,6 +3,30 @@ Updating Information for FreeBSD current users
This file is maintained by imp@village.org. Please send new entries
to him. See end of file for further details.
+1990408:
+ In recent days egcs has been imported into the tree. A number
+ of problems have been discussed in -current. Here is a highlight
+ of a few of the more common ones. With the exception of make
+ -j n, they have been claimed to have been fixed.
+
+ c++ is broken after make world: This is correct. Because we
+ changed compilers two make worlds are necessary to get C++
+ working again. The code generated by the old compiler and new
+ compiler are not compatible, so things wind up being
+ undefined.
+
+ cpp is broken in make world: There was a window where cpp
+ would be built incorrectly. The fix for this is
+ cd src/sys/gnu/usr.bin/cc
+ make clean
+ make all
+ make install
+ and this should correct your problems. See the -current
+ archives for a version of this that does moer cleaning.
+
+ Make -j n doesn't work. Work contiunes to make this work,
+ I've seen no reports of success as of April 7th.
+
19990316:
The name of the old wd.c and atapi.c based CDROM driver has
been changed back to wcd. So update your config file to use
@@ -156,4 +180,4 @@ version of FreeBSD, you are on your own to get to November 18, 1998.
Please filter your entries through Warner (imp@village.org) so that
the style, formatting, etc of this file can be maintained.
-$Id: UPDATING,v 1.22 1999/03/10 06:21:28 imp Exp $
+$Id: UPDATING,v 1.23 1999/03/18 05:39:45 imp Exp $