summaryrefslogtreecommitdiffstats
path: root/development/crosstool-ng/README
diff options
context:
space:
mode:
author Christoph Willing <c.willing@uq.edu.au>2013-06-04 17:15:39 -0400
committer Robby Workman <rworkman@slackbuilds.org>2013-06-05 03:17:41 -0500
commit15e02c6fe1b85d71c8e7fadd27fe0461061f8141 (patch)
treeccb75d74f067b0ac8e6954008ea5bcc3e6253179 /development/crosstool-ng/README
parentcad5bb12397fb04b5b1cffe736d4e84fd1bd4b19 (diff)
downloadslackbuilds-15e02c6fe1b85d71c8e7fadd27fe0461061f8141.tar.gz
slackbuilds-15e02c6fe1b85d71c8e7fadd27fe0461061f8141.tar.xz
development/crosstool-ng: Added (Toolchain Generator)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/crosstool-ng/README')
-rw-r--r--development/crosstool-ng/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/crosstool-ng/README b/development/crosstool-ng/README
new file mode 100644
index 0000000000..6a9f5f4386
--- /dev/null
+++ b/development/crosstool-ng/README
@@ -0,0 +1,7 @@
+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.
+
+An example use case is creation of a toolchain to enable software compilation
+on an x86_64 machine targeting a Raspberry Pi (32bit arm architecture).