summaryrefslogtreecommitdiff
path: root/README.hp
diff options
context:
space:
mode:
Diffstat (limited to 'README.hp')
-rw-r--r--README.hp4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.hp b/README.hp
index 869aaea6..b290590d 100644
--- a/README.hp
+++ b/README.hp
@@ -1,9 +1,11 @@
Dynamic loading support requires that executables be linked with -ldld.
The alternative is to build the collector without defining DYNAMIC_LOADING
-in config.h and ensuring that all garbage collectable objects are
+in gcconfig.h and ensuring that all garbage collectable objects are
accessible without considering statically allocated variables in dynamic
libraries.
The collector should compile with either plain cc or cc -Ae. CC -Aa
fails to define _HPUX_SOURCE and thus will not configure the collector
correctly.
+
+There is currently no thread support.