]> granicus.if.org Git - gc/commitdiff
Fix Borland version in documentation to match that in BCC_MAKEFILE
authorIvan Maidanski <ivmai@mail.ru>
Thu, 12 Jul 2018 06:26:45 +0000 (09:26 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 17 Jul 2018 07:26:41 +0000 (10:26 +0300)
(a cherry-pick of commit 39792c9e from 'release-7_6')

* doc/README.win32: Rename "Borland 4.5" to "Borland C++ Builder".
* doc/README.win32 (Borland Tools): Change version from 4.5 to 5.5.

doc/README.win32

index 134681cfcb1e8e7367ca0356928860221bb7f0d1..ffbe5063e4949d23ca8049d03c9cfa295e1f9066 100644 (file)
@@ -1,6 +1,6 @@
 The collector has at various times been compiled under Windows 95 & later, NT,
 and XP, with the original Microsoft SDK, with Visual C++ 2.0, 4.0, and 6, with
-the GNU win32 tools, with Borland 4.5,  with Watcom C, and recently
+the GNU win32 tools, with Borland C++ Builder, with Watcom C, and
 with the Digital Mars compiler.  It is likely that some of these have been
 broken in the meantime.  Patches are appreciated.
 
@@ -93,7 +93,7 @@ I expect that -a1 introduces major performance penalties on a
 486 or Pentium.)  Note that this changes structure layouts.  (As a last
 resort, gcconfig.h can be changed to allow 1 byte alignment.  But
 this has significant negative performance implications.)
-The Makefile is set up to assume Borland 4.5.  If you have another
+The Makefile is set up to assume Borland 5.5.  If you have another
 version, change the line near the top.  By default, it does not
 require the assembler.  If you do have the assembler, I recommend
 removing the -DUSE_GENERIC.