From: Ivan Maidanski Date: Thu, 12 Jul 2018 06:26:45 +0000 (+0300) Subject: Fix Borland version in documentation to match that in BCC_MAKEFILE X-Git-Tag: v7.6.8~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39792c9e5199d74ec05e56974182b0d6b8bca80b;p=gc Fix Borland version in documentation to match that in BCC_MAKEFILE * doc/README.win32: Rename "Borland 4.5" to "Borland C++ Builder". * doc/README.win32 (Borland Tools): Change version from 4.5 to 5.5. --- diff --git a/doc/README.win32 b/doc/README.win32 index 234f866a..7781df9c 100644 --- a/doc/README.win32 +++ b/doc/README.win32 @@ -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. Digital Mars compiler