mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-20 04:09:21 +01:00
Removed cross-compiling=no hack
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2518 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
62be7ddc90
commit
d65f176131
@ -55,17 +55,6 @@ translation source files (the <filename>*.po</filename> files in the
|
|||||||
<filename class="directory">po</filename> subdirectory), which
|
<filename class="directory">po</filename> subdirectory), which
|
||||||
would require you to regenerate the binary files.</para>
|
would require you to regenerate the binary files.</para>
|
||||||
|
|
||||||
<para>Because Glibc hasn't been installed yet, one of the tests that was
|
|
||||||
run by the configure script has failed. This test is supposed to test
|
|
||||||
<filename>gcc</filename> to determine whether a cross-compiler is installed.
|
|
||||||
However, Glibc needs to be already installed to run this test. Since the test
|
|
||||||
failed, the configure script assumes we have a cross-compiler. We override
|
|
||||||
that assumption by explicitly telling Glibc we're not cross-compiling.
|
|
||||||
Not doing this would have a couple of unintended side effects,
|
|
||||||
such as the timezone files not being installed.</para>
|
|
||||||
|
|
||||||
<para><screen><userinput>echo "cross-compiling = no" > configparms</userinput></screen></para>
|
|
||||||
|
|
||||||
<para>Continue with compiling the package:</para>
|
<para>Continue with compiling the package:</para>
|
||||||
|
|
||||||
<para><screen><userinput>make</userinput></screen></para>
|
<para><screen><userinput>make</userinput></screen></para>
|
||||||
|
Loading…
Reference in New Issue
Block a user