diff options
author | 2017-12-16 22:10:42 +0100 | |
---|---|---|
committer | 2017-12-16 22:10:42 +0100 | |
commit | dd7248dbf6c1d44eebe00fa89165fce228cf9225 (patch) | |
tree | fd51692c1999e81c5b1c81c2796d2c4e134f3f6a /gcc-config | |
parent | Add support for symlinking appropriate LTO plugin (diff) | |
download | gcc-config-dd7248dbf6c1d44eebe00fa89165fce228cf9225.tar.gz gcc-config-dd7248dbf6c1d44eebe00fa89165fce228cf9225.tar.bz2 gcc-config-dd7248dbf6c1d44eebe00fa89165fce228cf9225.zip |
Inform, not warn, about LTO symlinks
Diffstat (limited to 'gcc-config')
-rwxr-xr-x | gcc-config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |