aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-09-06 08:22:50 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2019-09-06 08:22:50 +0100
commit44a6eb45fbc5f3e081d4a53a8a3a5c75944f2b32 (patch)
treebc337a4d9f7fbd5e7cbe150bc76977b849593805 /README
parentgcc-config: linewrap long comment (diff)
downloadgcc-config-44a6eb45fbc5f3e081d4a53a8a3a5c75944f2b32.tar.gz
gcc-config-44a6eb45fbc5f3e081d4a53a8a3a5c75944f2b32.tar.bz2
gcc-config-44a6eb45fbc5f3e081d4a53a8a3a5c75944f2b32.zip
README: clarify status of /etc/env.d/gcc/.NATIVE
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'README')
-rw-r--r--README9
1 files 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
-----