diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-22 10:43:42 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-22 10:43:42 +0100 |
commit | 0225f373fb2b3a385ea1544167b661f5983a42a4 (patch) | |
tree | c0c535791f9b583d0882f369e4373ac16f8bd783 /sys-devel | |
parent | sys-devel/gcc: drop most 4.x compilers (diff) | |
download | gentoo-0225f373fb2b3a385ea1544167b661f5983a42a4.tar.gz gentoo-0225f373fb2b3a385ea1544167b661f5983a42a4.tar.bz2 gentoo-0225f373fb2b3a385ea1544167b661f5983a42a4.zip |
sys-devel/binutils-config: tweak metadata.xml description
gcc's prefixes are CTARGET, not CHOST.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils-config/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/binutils-config/metadata.xml b/sys-devel/binutils-config/metadata.xml index 3c7c5c4c8e9b..393442d23fa4 100644 --- a/sys-devel/binutils-config/metadata.xml +++ b/sys-devel/binutils-config/metadata.xml @@ -6,6 +6,6 @@ <name>Gentoo Toolchain Project</name> </maintainer> <use> - <flag name="native-symlinks">Install native symlinks like 'as' or 'ar' to /usr/bin. Otherwise keep only ${CHOST}-as and friends.</flag> + <flag name="native-symlinks">Install native symlinks like 'as' or 'ar' to /usr/bin. Otherwise keep only ${CTARGET}-as and friends.</flag> </use> </pkgmetadata> |