Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gcc-config:master commit in: /
Date: Fri, 06 Sep 2019 06:53:44
Message-Id: 1567752790.33f5f6f18e39a49e398fc81c1b7251d50e6cb9b0.slyfox@gentoo
1 commit: 33f5f6f18e39a49e398fc81c1b7251d50e6cb9b0
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 6 06:51:19 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 6 06:53:10 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=33f5f6f1
7
8 gcc-config: linewrap long comment
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11
12 gcc-config | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/gcc-config b/gcc-config
16 index 169f8bc..99489f9 100755
17 --- a/gcc-config
18 +++ b/gcc-config
19 @@ -311,7 +311,8 @@ handle_split_usr() {
20 eval $(grep -h '^LDPATH=' "${GCC_ENV_D}"/${CHOST}-* | tail -1)
21 LDPATH=${LDPATH%%:*}
22
23 - # If GCC directory is not in separate mountpoint than /lib, then do not bother with copying libraries to /lib.
24 + # If GCC directory is not in separate mountpoint than /lib,
25 + # then do not bother with copying libraries to /lib.
26 if is_same_mountpoint "${EROOT}/lib" "${ROOT}/${LDPATH}" ; then
27 local lib old_libs=0 saved_nullglob=$(shopt -p nullglob)
28 shopt -s nullglob