commit: 44a6eb45fbc5f3e081d4a53a8a3a5c75944f2b32
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 6 07:22:50 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep 6 07:22:50 2019 +0000
URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=44a6eb45
README: clarify status of /etc/env.d/gcc/.NATIVE
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
README | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/README b/README
index bea5e30..c3bf427 100644
--- a/README
+++ b/README
@@ -22,7 +22,6 @@ Files, variables, things.
- private gcc configs (provided by `toolchain.eclass`, gcc ebuilds)
- /etc/env.d/gcc/.NATIVE -> x86_64-pc-linux-gnu-8.1.0 (link to target config)
/etc/env.d/gcc/x86_64-pc-linux-gnu-8.1.0
Contains variables that describe toolchain layout:
@@ -54,9 +53,15 @@ Files, variables, things.
Empty.
- Until Aug 2018 used to contain paths for cross-compilers.
+ Before Aug 2018 used to contain paths for cross-compilers.
To be removed eventually.
+ /etc/env.d/gcc/.NATIVE -> x86_64-pc-linux-gnu-8.1.0 (link to target config)
+
+ Link to current native toolchain.
+
+ Before Aug 2018 was used by gcc binary wrapper. Not used nowadays.
+
TODOs
-----