summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-11-28 17:27:44 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-11-29 11:04:50 +0300
commit9e6fa6abadadb77933d86faa05e3cc35c4155d36 (patch)
treefc8ee712719a0e8f36380289f3f42f8afbad65d2 /README.md
parentd87fe3febafa61af26c3c4a9469205bdd1780782 (diff)
downloadbdwgc-9e6fa6abadadb77933d86faa05e3cc35c4155d36.tar.gz
Remove Symbian makefile
* build/s60v3/bld.inf: Remove. * build/s60v3/libgc.mmp: Likewise. * doc/README.symbian: Copy content of bld.inf and libgc.mmp (as a sample build configuration); add global_end.cpp, global_start.cpp, init_global_static_roots.cpp as source files. * Makefile.am (EXTRA_DIST): Remove bld.inf, libgc.mmp items. * README.md (Installation and Portability): Do not mention Symbian-specific makefile.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4db555c4..f365dbb1 100644
--- a/README.md
+++ b/README.md
@@ -261,9 +261,8 @@ The collector currently is designed to run essentially unmodified on
machines that use a flat 32-bit or 64-bit address space.
That includes the vast majority of Workstations and X86 (X >= 3) PCs.
-In a few cases (Amiga, OS/2, PCR, Symbian, Win32) a separate makefile
-or equivalent is supplied. Many of these have separate a host-specific
-doc/README.* file.
+In a few cases (Amiga, OS/2, PCR, Win32) a separate makefile or equivalent
+is supplied. Many of these have a separate host-specific doc/README.* file.
Dynamic libraries are completely supported only under SunOS/Solaris,
(and even that support is not functional on the last Sun 3 release),