summaryrefslogtreecommitdiffstats
path: root/development/crosstool-ng
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-12 21:00:12 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:38:57 +0700
commite1a6c614dfe5a18826c6cf3ddc772e3bb3b9100f (patch)
tree700c4a9c6e9ac98bcae96ab5d5ff7b498d3a626c /development/crosstool-ng
parentdee42602b7fb2fa22e4cddbb9abcf5de114b456a (diff)
downloadslackbuilds-e1a6c614dfe5a18826c6cf3ddc772e3bb3b9100f.tar.gz
slackbuilds-e1a6c614dfe5a18826c6cf3ddc772e3bb3b9100f.tar.xz
development/crosstool-ng: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/crosstool-ng')
-rw-r--r--development/crosstool-ng/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/development/crosstool-ng/README b/development/crosstool-ng/README
index bad9b8aef9..11f5c0d75a 100644
--- a/development/crosstool-ng/README
+++ b/development/crosstool-ng/README
@@ -1,4 +1,5 @@
-crosstool-NG aims at building toolchains. Toolchains are an essential component
-in a software development project. It will compile, assemble and link the code
-that is being developed. Some pieces of the toolchain will eventually end up in
-the resulting binary/ies: static libraries are but an example.
+crosstool-NG aims at building toolchains. Toolchains are an essential
+component in a software development project. It will compile, assemble
+and link the code that is being developed. Some pieces of the toolchain
+will eventually end up in the resulting binary/ies: static libraries
+are but an example.