Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 302129 | Differences between
and this patch

Collapse All | Expand All

(-)a/xml/htdocs/proj/en/base/embedded/handbook/intro.xml (-7 / +6 lines)
Lines 183-204 PDA we wanted to develop for, the above table would look like: Link Here
183
<dd>The system type you compile binaries for</dd>
183
<dd>The system type you compile binaries for</dd>
184
184
185
<dt><c>sysroot: system root</c></dt>
185
<dt><c>sysroot: system root</c></dt>
186
<dd>The root directory a compiler uses to find its standard headers and libraries</dd>
186
<dd>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.</dd>
187
187
188
<dt><c>hardfloat</c></dt>
188
<dt><c>hardfloat</c></dt>
189
<dd>The system has a hardware Floating Point Unit (FPU) to handle floating point math</dd>
189
<dd>The system has a hardware Floating Point Unit (FPU) to handle floating point math.</dd>
190
190
191
<dt><c>softfloat</c></dt>
191
<dt><c>softfloat</c></dt>
192
<dd>The system lacks a hardware FPU so all floating point operations are approximated with fixed point math</dd>
192
<dd>The system lacks a hardware FPU so all floating point operations are approximated with fixed point math.<!-- why use -unknown- then? --></dd>
193
193
194
<dt><c>PIE</c></dt>
194
<dt><c>PIE</c></dt>
195
<dd>Position Independent Executable (-fPIE -pie)</dd>
195
<dd>Position Independent Executable (-fPIE -pie)<!-- what does this have to do with crossdev? --></dd>
196
196
197
<dt><c>PIC</c></dt>
197
<dt><c>PIC</c></dt>
198
<dd>Position Independent Code (-fPIC)</dd>
198
<dd>Position Independent Code (-fPIC)<!-- what does this have to do with crossdev? --></dd>
199
199
200
<dt><c>CRT</c></dt>
200
<dt><c>CRT</c></dt>
201
<dd>C RunTime</dd>
201
<dd>C RunTime<!-- what does this have to do with crossdev? --></dd>
202
202
203
</dl>
203
</dl>
204
</body>
204
</body>
205
- 

Return to bug 302129