diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-21 12:50:06 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-06-21 12:50:06 +0100 |
commit | b5efdda30d9b865840ce17a81cdbc8f9ccfc42d7 (patch) | |
tree | 81045e38b0a46e9361d4ea2287d77ed21cca7392 | |
parent | tests: fix 'insanity' tests (diff) | |
download | gcc-config-b5efdda30d9b865840ce17a81cdbc8f9ccfc42d7.tar.gz gcc-config-b5efdda30d9b865840ce17a81cdbc8f9ccfc42d7.tar.bz2 gcc-config-b5efdda30d9b865840ce17a81cdbc8f9ccfc42d7.zip |
README: document c89/c99 wrapper presence
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ Files, variables, things. See `gcc-config` script for wrapping details. + /usr/bin/c89 (native) + /usr/bin/c99 (native) + - private gcc configs (provided by `toolchain.eclass`, gcc ebuilds) /etc/env.d/gcc/x86_64-pc-linux-gnu-8.1.0 |