aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-12-16 22:10:42 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-12-16 22:10:42 +0100
commitdd7248dbf6c1d44eebe00fa89165fce228cf9225 (patch)
treefd51692c1999e81c5b1c81c2796d2c4e134f3f6a
parentAdd support for symlinking appropriate LTO plugin (diff)
downloadgcc-config-dd7248dbf6c1d44eebe00fa89165fce228cf9225.tar.gz
gcc-config-dd7248dbf6c1d44eebe00fa89165fce228cf9225.tar.bz2
gcc-config-dd7248dbf6c1d44eebe00fa89165fce228cf9225.zip
Inform, not warn, about LTO symlinks
-rwxr-xr-xgcc-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-config b/gcc-config
index e9afa24..e42008e 100755
--- a/gcc-config
+++ b/gcc-config
@@ -698,7 +698,7 @@ switch_profile() {
else
BFD_PLUGINS_DIR="${EROOT}usr/${CHOST}/binutils-bin/lib/bfd-plugins"
fi
- ewarn "Updating LTO plugin symlink in ${BFD_PLUGINS_DIR}"
+ einfo "Updating LTO plugin symlink in ${BFD_PLUGINS_DIR}"
mkdir -p "${BFD_PLUGINS_DIR}"
ln -sf "${LIBLTO_PLUGIN}" "${BFD_PLUGINS_DIR}"