Gentoo Archives: gentoo-user

From: Todd Goodman <tsg@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] upgrading to gcc-5 (on x86_64-pc-linux-gnu)
Date: Tue, 08 Aug 2017 15:22:55
Message-Id: 905468a1-169b-ed33-43fc-dcb6e5c0f00a@bonedaddy.net
In Reply to: [gentoo-user] upgrading to gcc-5 (on x86_64-pc-linux-gnu) by allan gottlieb
1 That's always worked for me.
2
3 Todd
4
5
6 On 08/08/2017 11:13 AM, allan gottlieb wrote:
7 > gcc-config -l reports
8 > [1] x86_64-pc-linux-gnu-4.9.3
9 > [2] x86_64-pc-linux-gnu-4.9.4 *
10 > [3] x86_64-pc-linux-gnu-5.4.0
11 >
12 > The news item from 2015-10-22 suggests (I have gentoolkit-0.3.3)
13 > # revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc
14 >
15 > Is that the entire procedure needed? In particular, ignoring
16 > performance, can I avoid emerge --emptytree and just execute?
17 >
18 > # gcc-config x86_64-pc-linux-gnu-5.4.0
19 > # revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc
20 >
21 > thanks,
22 > allan
23 >