mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 05:27:39 +00:00
Remove ppc specific instructions from chapter 6 patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7304 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7bd3d78145
commit
9c9c8e1971
@ -36,6 +36,16 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>January 25, 2006</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[jhuntwork] - Remove ppc specific instructions from chapter 6 patch.
|
||||||
|
Cross-LFS can handle non-x86 arch specifics at this point.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>January 25, 2006</para>
|
<para>January 25, 2006</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -30,11 +30,9 @@ GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Patch</title>
|
<title>Installation of Patch</title>
|
||||||
|
|
||||||
<para>Prepare Patch for compilation. The preprocessor flag
|
<para>Prepare Patch for compilation.</para>
|
||||||
<parameter>-D_GNU_SOURCE</parameter> is only needed on the PowerPC
|
|
||||||
platform. It can be left it out on other architectures:</para>
|
|
||||||
|
|
||||||
<screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/usr</userinput></screen>
|
<screen><userinput>./configure --prefix=/usr</userinput></screen>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user