From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7C5C1139083 for ; Sat, 16 Dec 2017 21:12:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BE97E0D9E; Sat, 16 Dec 2017 21:11:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AD70E0D9E for ; Sat, 16 Dec 2017 21:11:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A89933BF43 for ; Sat, 16 Dec 2017 21:11:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3819AE70 for ; Sat, 16 Dec 2017 21:11:44 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1513458642.dd7248dbf6c1d44eebe00fa89165fce228cf9225.dilfridge@gentoo> Subject: [gentoo-commits] proj/gcc-config:master commit in: / X-VCS-Repository: proj/gcc-config X-VCS-Files: gcc-config X-VCS-Directories: / X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: dd7248dbf6c1d44eebe00fa89165fce228cf9225 X-VCS-Branch: master Date: Sat, 16 Dec 2017 21:11:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 10108da5-a307-4027-9e86-84e8a7a86d4e X-Archives-Hash: 86abf6079c1fdc9610fe519519391289 commit: dd7248dbf6c1d44eebe00fa89165fce228cf9225 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Dec 16 21:10:42 2017 +0000 Commit: Andreas Hüttel gentoo 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}"