@@ -, +, @@ --- .../proj/en/base/embedded/handbook/intro.xml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) --- a/xml/htdocs/proj/en/base/embedded/handbook/intro.xml +++ a/xml/htdocs/proj/en/base/embedded/handbook/intro.xml @@ -183,22 +183,22 @@ PDA we wanted to develop for, the above table would look like:
The system type you compile binaries for
sysroot: system root
-
The root directory a compiler uses to find its standard headers and libraries
+
The root directory a compiler uses to find its standard headers and libraries. Sometimes a compiler wants more than just standard headers and libraries in this directory, as though they were "standard" too. We'll explain how to resolve this when it happens in future chapters.
hardfloat
-
The system has a hardware Floating Point Unit (FPU) to handle floating point math
+
The system has a hardware Floating Point Unit (FPU) to handle floating point math.
softfloat
-
The system lacks a hardware FPU so all floating point operations are approximated with fixed point math
+
The system lacks a hardware FPU so all floating point operations are approximated with fixed point math.
PIE
-
Position Independent Executable (-fPIE -pie)
+
Position Independent Executable (-fPIE -pie)
PIC
-
Position Independent Code (-fPIC)
+
Position Independent Code (-fPIC)
CRT
-
C RunTime
+
C RunTime
--