summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-08-25 10:21:19 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-08-25 10:21:19 +0400
commitf73c7687a129ac0cb3918b4bd0186d9cb48aa0f3 (patch)
treef1948b9b1151efc83ccc48b9476942ae46b5ad00 /doc
parent64517562486bbd3e67f2b9d8106e87c1bab40109 (diff)
downloadbdwgc-f73c7687a129ac0cb3918b4bd0186d9cb48aa0f3.tar.gz
Move build tools sources from "extra" to "tools" folder.
* EMX_MAKEFILE (setjmp_test): Move setjmp_t.c to "tools" folder. * Makefile.am (EXTRA_DIST): Move add_gc_prefix.c, gcname.c, if_mach.c, if_not_there.c, setjmp_t.c and threadlibs.c to "tools" folder. * Makefile.direct (SRCS, OTHER_FILES, if_mach, threadlibs, if_not_there, setjmp_test, add_gc_prefix, gcname): Ditto. * Makefile.dj (SRCS, OTHER_FILES, if_mach, threadlibs, if_not_there, setjmp_test, add_gc_prefix): Ditto. * PCR-Makefile (if_mach, if_not_there): Ditto. * SMakefile.amiga (setjmp_t): Ditto. * doc/simple_example.html: Change folder name for threadlibs.c file. * EMX_MAKEFILE: Remove trailing spaces at EOLn. * SMakefile.amiga: Ditto.
Diffstat (limited to 'doc')
-rw-r--r--doc/simple_example.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/simple_example.html b/doc/simple_example.html
index 5448cfc9..fefe7a98 100644
--- a/doc/simple_example.html
+++ b/doc/simple_example.html
@@ -210,8 +210,7 @@ On pthread platforms, you will of course also have to link with
and compile with any thread-safety options required by your compiler.
On some platforms, you may also need to link with <TT>-ldl</tt>
or <TT>-lrt</tt>.
-Looking at threadlibs.c in the GC "extra" directory
-should give you the appropriate
+Looking at tools/threadlibs.c should give you the appropriate
list if a plain <TT>-lpthread</tt> doesn't work.
</font>