diff options
author | Sam James <sam@gentoo.org> | 2022-06-07 00:24:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-07 00:24:08 +0100 |
commit | 87d5b339ef87743207beecdb3246f6bd1c4787fa (patch) | |
tree | 7cc8062a5896967a3e1ae0e8d324e7ac94b7b9d6 /eclass/toolchain.eclass | |
parent | toolchain.eclass: fix indentation (diff) | |
download | gentoo-87d5b339ef87743207beecdb3246f6bd1c4787fa.tar.gz gentoo-87d5b339ef87743207beecdb3246f6bd1c4787fa.tar.bz2 gentoo-87d5b339ef87743207beecdb3246f6bd1c4787fa.zip |
toolchain.eclass: fix comment typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 24e5c8115444..9ae9e6e58a14 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1276,7 +1276,7 @@ toolchain_src_configure() { if in_iuse openmp ; then # Make sure target has pthreads support: bug #326757, bug #335883 # There shouldn't be a chicken & egg problem here as openmp won't - # build without a C library, and you can't build that w/ot + # build without a C library, and you can't build that w/o # already having a compiler... if ! is_crosscompile || \ $(tc-getCPP ${CTARGET}) -E - <<<"#include <pthread.h>" >& /dev/null |