summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-20 23:36:06 +0000
committerSam James <sam@gentoo.org>2022-07-20 23:36:06 +0000
commit7603c56774a26b9468ce6ac152cfee9d175984c4 (patch)
tree1b7c6a19851fd5906b8a681d913877cc722a329b /eclass/flag-o-matic.eclass
parentflag-o-matic.eclass: implement append-atomic-flags (diff)
downloadgentoo-7603c56774a26b9468ce6ac152cfee9d175984c4.tar.gz
gentoo-7603c56774a26b9468ce6ac152cfee9d175984c4.tar.bz2
gentoo-7603c56774a26b9468ce6ac152cfee9d175984c4.zip
flag-o-matic.eclass: fix @DESCRIPTION tag
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r--eclass/flag-o-matic.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index 503f23a141a1..b0c30f81c956 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -957,7 +957,8 @@ _test-compile-PROG() {
# @FUNCTION: append-atomic-flags
# @USAGE: [bytes]
-# @DESCRIPTION: Attempts to detect if appending -latomic is required to use
+# @DESCRIPTION:
+# Attempts to detect if appending -latomic is required to use
# a specific-sized atomic intrinsic, and if so, appends it. If the bytesize
# is not specified, then check the four most common byte sizes (1, 2, 4, 8).
# >=16-byte atomics are not included in this default set and must be explicitly