summaryrefslogtreecommitdiff
path: root/development/gc/README
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2012-09-07 22:29:23 -0500
committerRobby Workman <rworkman@slackbuilds.org>2012-09-07 22:29:23 -0500
commit975eb18fb95b65914313df051aade362a28cc9d8 (patch)
tree656925ee7dd7090da8a554e1e20581d99b8079b8 /development/gc/README
parentf72fd46a6724e709b7fbbe086d624cc69982f20c (diff)
downloadslackbuilds-975eb18fb95b65914313df051aade362a28cc9d8.tar.gz
development/gc: Updated for version 7.2d.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/gc/README')
-rw-r--r--development/gc/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/gc/README b/development/gc/README
index c7e216cad4..fc5ab50a46 100644
--- a/development/gc/README
+++ b/development/gc/README
@@ -9,3 +9,6 @@ The collector is also used by a number of programming language
implementations that either use C as intermediate code, want to
facilitate easier interoperation with C libraries, or just prefer
the simple collector interface.
+
+libatomic_ops is an optional dependency, but gc will use an internal copy
+if it's not already installed on the system.