Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 27 Nov 2015 22:04:23
Message-Id: 1448661740.24a066de8d627229100eb39c1e30fa43a87fdea5.monsieurp@gentoo
1 commit: 24a066de8d627229100eb39c1e30fa43a87fdea5
2 Author: Matija Skala <mskala <AT> gmx <DOT> com>
3 AuthorDate: Thu Nov 26 18:45:08 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 27 22:02:20 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a066de
7
8 eclass/toolchain.eclass: fix typo
9
10 eclass/toolchain.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
14 index c08aa0c..cea6c05 100644
15 --- a/eclass/toolchain.eclass
16 +++ b/eclass/toolchain.eclass
17 @@ -659,7 +659,7 @@ make_gcc_hard() {
18 ewarn "PIE has not been enabled by default"
19 gcc_hard_flags+=" -DEFAULT_SSP"
20 else
21 - # do nothing if hardened is't supported, but don't die either
22 + # do nothing if hardened isn't supported, but don't die either
23 ewarn "hardened is not supported for this arch in this gcc version"
24 return 0
25 fi