From e16428f11f07c00a2925e4c3ac86baaf226374ae Mon Sep 17 00:00:00 2001 From: Juergen Borleis Date: Wed, 8 Jun 2016 17:47:36 +0200 Subject: Fix spelling: 'run-time' versus 'runtime' Signed-off-by: Juergen Borleis --- doc/environment.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/environment.rst') 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 -- cgit v1.2.3