|
@@ -58,19 +58,6 @@
|
|
|
<screen><userinput remap="pre">cat gcc/limitx.h gcc/glimits.h gcc/limity.h > \
|
|
|
`dirname $($LFS_TGT-gcc -print-libgcc-file-name)`/include-fixed/limits.h</userinput></screen>
|
|
|
|
|
|
- <para>Under normal circumstances the GCC <command>fixincludes</command> script
|
|
|
- is run in order to fix potentially broken header files. As GCC-&gcc-version;
|
|
|
- and Glibc-&glibc-version; have already been installed at this point, and
|
|
|
- their respective header files are known to not require fixing, the
|
|
|
- <command>fixincludes</command> script is not required. In fact, running
|
|
|
- this script may actually pollute the build environment by
|
|
|
- installing fixed headers from the host system into GCC's private include
|
|
|
- directory. The running of the <command>fixincludes</command> script can
|
|
|
- be suppressed by issuing the following commands:</para>
|
|
|
-
|
|
|
-<screen><userinput remap="pre">cp -v gcc/Makefile.in{,.orig}
|
|
|
-sed 's@\./fixinc\.sh@-c true@' gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
|
|
|
-
|
|
|
<para>For x86 machines, a bootstrap build of GCC uses the
|
|
|
<option>-fomit-frame-pointer</option> compiler flag. Non-bootstrap builds
|
|
|
omit this flag by default, and the goal should be to produce a compiler
|