summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson2020-10-13 06:48:17 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:39:29 +0200
commit18b4a1438f7df7026eaa17250bfa31c2071db583 (patch)
tree142037f4f07f16e958ac157412db1c317534e34a /development
parent32904e065a8b37be062a96450b24d1cf5bfd1bc4 (diff)
downloadslackbuilds-18b4a1438f7df7026eaa17250bfa31c2071db583.tar.gz
development/obcpl: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/obcpl/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/development/obcpl/README b/development/obcpl/README
index 0549dd6812..f3248d3c85 100644
--- a/development/obcpl/README
+++ b/development/obcpl/README
@@ -3,12 +3,12 @@ obcpl (BCPL compiler)
This is an x86 (IA-32) port of the "classic" old BCPL compiler (around
1980) from the Tripos Research Group at Cambridge University.
-As a real, working computer language implementation, that can be studied,
-modified, and played with, this old BCPL compiler has a good deal to
-recommend it. The compiler frontend consists of only about 2000 lines
-of BCPL code, and (as supplied here) compiles to a static (fully-linked)
-x86 binary that is less than 36000 bytes in size.
+As a real, working computer language implementation, that can be
+studied, modified, and played with, this old BCPL compiler has a good
+deal to recommend it. The compiler frontend consists of only about
+2000 lines of BCPL code, and (as supplied here) compiles to a static
+(fully-linked) x86 binary that is less than 36000 bytes in size.
x86_64 note: obcpl doesn't require multilib on Slackware64. It only
-generates 32-bit x86 code, but the binaries it creates are 100% statically
-linked, and will run fine on Slackware64 without multlib.
+generates 32-bit x86 code, but the binaries it creates are 100%
+statically linked, and will run fine on Slackware64 without multlib.