mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Fix description of commands in gcc pass1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11206 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ac116469f2
commit
a05450f636
@ -42,6 +42,17 @@
|
|||||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2017-03-11</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[dj] - Fix description of modifications to
|
||||||
|
<filename>gcc/config/{linux,i386/linux{,64}}.h</filename> in
|
||||||
|
<application>gcc</application> pass 1.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2017-03-08</para>
|
<para>2017-03-08</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -82,10 +82,9 @@ do
|
|||||||
done</userinput></screen>
|
done</userinput></screen>
|
||||||
|
|
||||||
<para>In case the above seems hard to follow, let's break it down a bit.
|
<para>In case the above seems hard to follow, let's break it down a bit.
|
||||||
First we find all the files under the <filename
|
First we copy the files <filename>gcc/config/linux.h</filename>,
|
||||||
class="directory">gcc/config</filename> directory that are named either
|
<filename>gcc/config/i386/linux.h</filename>, and
|
||||||
<filename>linux.h</filename>, <filename>linux64.h</filename> or
|
<filename>gcc/config/i368/linux64.h</filename>. to a file of
|
||||||
<filename>sysv4.h</filename>. For each file found, we copy it to a file of
|
|
||||||
the same name but with an added suffix of <quote>.orig</quote>. Then the
|
the same name but with an added suffix of <quote>.orig</quote>. Then the
|
||||||
first sed expression prepends <quote>/tools</quote> to every instance of
|
first sed expression prepends <quote>/tools</quote> to every instance of
|
||||||
<quote>/lib/ld</quote>, <quote>/lib64/ld</quote> or
|
<quote>/lib/ld</quote>, <quote>/lib64/ld</quote> or
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!ENTITY version "SVN-20170308">
|
<!ENTITY version "SVN-20170311">
|
||||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||||
Change to x.y for release but not -rc releases -->
|
Change to x.y for release but not -rc releases -->
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
<!ENTITY versiond "20170308-systemd">
|
<!ENTITY versiond "20170311-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-versiond "systemd">
|
<!ENTITY generic-versiond "systemd">
|
||||||
|
|
||||||
<!ENTITY releasedate "March 8, 2017">
|
<!ENTITY releasedate "March 11, 2017">
|
||||||
|
|
||||||
<!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "8.1">
|
<!ENTITY milestone "8.1">
|
||||||
|
Loading…
Reference in New Issue
Block a user