Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gcc-config:master commit in: /
Date: Thu, 29 Sep 2022 22:36:06
Message-Id: 1664490957.0388b3c1344e6d05e42769e291163f3532439334.sam@gentoo
1 commit: 0388b3c1344e6d05e42769e291163f3532439334
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 21:59:52 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 22:35:57 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=0388b3c1
7
8 gcc-config: improve language
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 gcc-config | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/gcc-config b/gcc-config
16 index 512c41c..44a3869 100755
17 --- a/gcc-config
18 +++ b/gcc-config
19 @@ -128,7 +128,7 @@ try_real_hard_to_find_CHOST() {
20 local ret=$(source "${conf}" 2>/dev/null ; echo ${!varname})
21 if [[ -z ${ret} ]] ; then
22 # newer portage supports spaces between the var and =
23 - # CHOST = "this-is-retarded"
24 + # CHOST = "this-is-silly"
25 ret=$(eval $(
26 ${SED} -n \
27 -e 's:[[:space:]]::g' \