mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 16:31:18 +01:00
gcc 3.2
rm -rf /usr/include/g++ needed to upgrade from 4.6
This commit is contained in:
parent
daed3ad661
commit
f8a4c9012c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102887
9
UPDATING
9
UPDATING
@ -22,6 +22,14 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW:
|
||||
integrity. Re-enabling write caching can substantially improve
|
||||
performance.
|
||||
|
||||
20020831:
|
||||
gcc has been upgraded to 3.2. It is not all binary compatible
|
||||
with earlier versions of gcc for c++ programs. All c++
|
||||
programs and libraries need to be recompiled.
|
||||
|
||||
Also, if you encounter g++ issues, rm /usr/include/g++/* before
|
||||
doing an installworld to make sure that stale files are removed.
|
||||
|
||||
20020827:
|
||||
Our /etc/termcap now has all the entries from the XFree86 xterm
|
||||
almost unchanged. This means xterm now supports color by default.
|
||||
@ -987,6 +995,7 @@ COMMON ITEMS:
|
||||
make installkernel KERNCONF=YOUR_KERNEL_HERE
|
||||
reboot in single user [3]
|
||||
mergemaster -p [5]
|
||||
rm -rf /usr/include/g++
|
||||
make installworld
|
||||
mergemaster [4]
|
||||
[1]
|
||||
|
Loading…
Reference in New Issue
Block a user