summaryrefslogtreecommitdiffstats
path: root/doc/environment.rst
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2016-06-08 17:47:36 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-20 15:04:45 +0200
commite16428f11f07c00a2925e4c3ac86baaf226374ae (patch)
tree2d36e3b44e366452097e551e283a1bea16a7e361 /doc/environment.rst
parent3b23466a9151aab566b14273687c5938a9b6d63e (diff)
downloadptxdist-e16428f11f07c00a2925e4c3ac86baaf226374ae.tar.gz
ptxdist-e16428f11f07c00a2925e4c3ac86baaf226374ae.tar.xz
Fix spelling: 'run-time' versus 'runtime'
Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Diffstat (limited to 'doc/environment.rst')
-rw-r--r--doc/environment.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/environment.rst b/doc/environment.rst
index 3a4c96d64..e519bd493 100644
--- a/doc/environment.rst
+++ b/doc/environment.rst
@@ -292,7 +292,7 @@ cross compiler instead of the native one:
$ arm-softfloat-linux-gnu-gcc test.c -o test
-Also part of what we consider to be the “toolchain” is the runtime
+Also part of what we consider to be the “toolchain” is the run-time
library (libc, dynamic linker). All programs running on the embedded
system are linked against the libc, which also offers the interface from
user space functions to the kernel.
@@ -305,7 +305,7 @@ floating point code, it will fail. This is also the case when the
toolchain builds code for i686 CPUs, whereas the target is i586.
So in order to make things working consistently it is necessary that the
-runtime libc is identical with the libc the compiler was built against.
+run-time libc is identical with the libc the compiler was built against.
PTXdist doesn’t contain a pre-built binary toolchain. Remember that it’s
not a distribution but a development tool. But it can be used to build a