commit:     dd7248dbf6c1d44eebe00fa89165fce228cf9225
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 21:10:42 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 21:10:42 2017 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=dd7248db

Inform, not warn, about LTO symlinks

 gcc-config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}"
 

Reply via email to