Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gcc-config:master commit in: /
Date: Fri, 06 Sep 2019 07:23:09
Message-Id: 1567754570.44a6eb45fbc5f3e081d4a53a8a3a5c75944f2b32.slyfox@gentoo
1 commit: 44a6eb45fbc5f3e081d4a53a8a3a5c75944f2b32
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 6 07:22:50 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 6 07:22:50 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=44a6eb45
7
8 README: clarify status of /etc/env.d/gcc/.NATIVE
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11
12 README | 9 +++++++--
13 1 file changed, 7 insertions(+), 2 deletions(-)
14
15 diff --git a/README b/README
16 index bea5e30..c3bf427 100644
17 --- a/README
18 +++ b/README
19 @@ -22,7 +22,6 @@ Files, variables, things.
20
21 - private gcc configs (provided by `toolchain.eclass`, gcc ebuilds)
22
23 - /etc/env.d/gcc/.NATIVE -> x86_64-pc-linux-gnu-8.1.0 (link to target config)
24 /etc/env.d/gcc/x86_64-pc-linux-gnu-8.1.0
25
26 Contains variables that describe toolchain layout:
27 @@ -54,9 +53,15 @@ Files, variables, things.
28
29 Empty.
30
31 - Until Aug 2018 used to contain paths for cross-compilers.
32 + Before Aug 2018 used to contain paths for cross-compilers.
33 To be removed eventually.
34
35 + /etc/env.d/gcc/.NATIVE -> x86_64-pc-linux-gnu-8.1.0 (link to target config)
36 +
37 + Link to current native toolchain.
38 +
39 + Before Aug 2018 was used by gcc binary wrapper. Not used nowadays.
40 +
41 TODOs
42 -----