mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
patch filename fix (fixedincludes->fixincludes)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2530 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a245348ddb
commit
ac21379d33
@ -3,9 +3,9 @@
|
||||
<sect2>
|
||||
<title>Installation of GCC</title>
|
||||
|
||||
<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-specs.patch
|
||||
<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-specs-2.patch
|
||||
patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch
|
||||
patch -Np1 -i ../gcc-&gcc-version;-no_fixedincludes.patch
|
||||
patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch
|
||||
patch -Np1 -i ../gcc-&gcc-version;-libstdc++_no_debug.patch
|
||||
patch -Np1 -i ../gcc-&gcc-version;-libgcc_no_debug.patch </userinput></screen></para>
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
<!ENTITY book SYSTEM "book/book.xml">
|
||||
|
||||
<!ENTITY version "20030506">
|
||||
<!ENTITY releasedate "May 6th, 2003">
|
||||
<!ENTITY version "20030507">
|
||||
<!ENTITY releasedate "May 7th, 2003">
|
||||
|
||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
||||
|
Loading…
Reference in New Issue
Block a user