mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Upgrade to gcc-4.1.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7730 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c57e3bf230
commit
f7104b2238
@ -39,6 +39,9 @@
|
||||
<listitem>
|
||||
<para>2006-07-31</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Upgrade to gcc-4.1.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] - Upgrade to coreutils-5.97.</para>
|
||||
</listitem>
|
||||
|
@ -70,9 +70,9 @@
|
||||
<!--<listitem>
|
||||
<para>Gawk &gawk-version;</para>
|
||||
</listitem>-->
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>GCC &gcc-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<para>Gettext &gettext-version;</para>
|
||||
</listitem>-->
|
||||
|
@ -53,6 +53,11 @@
|
||||
<screen><userinput>sed -i -e 's/2010/002D/' -e 's/2212/002D/' \
|
||||
-e 's/2018/0060/' -e 's/2019/0027/' font/devutf8/R.proto</userinput></screen>
|
||||
|
||||
<para>Fix a bug that prevents Groff from compiling with GCC-&gcc-version;:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i -e '264 s/char_block:://' src/devices/grohtml/post-html.cc</userinput></screen>
|
||||
|
||||
<para>Groff expects the environment variable <envar>PAGE</envar> to
|
||||
contain the default paper size. For users in the United States,
|
||||
<parameter>PAGE=letter</parameter> is appropriate. Elsewhere,
|
||||
|
14
packages.ent
14
packages.ent
@ -165,16 +165,16 @@
|
||||
<!ENTITY gawk-ch6-du "18.2 MB">
|
||||
<!ENTITY gawk-ch6-sbu "0.2 SBU">
|
||||
|
||||
<!ENTITY gcc-version "4.0.3">
|
||||
<!ENTITY gcc-size "32,208 KB">
|
||||
<!ENTITY gcc-version "4.1.1">
|
||||
<!ENTITY gcc-size "38,254 KB">
|
||||
<!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
|
||||
<!ENTITY gcc-md5 "6ff1af12c53cbb3f79b27f2d6a9a3d50">
|
||||
<!ENTITY gcc-md5 "ad9f97a4d04982ccf4fd67cb464879f3">
|
||||
<!ENTITY gcc-home "http://gcc.gnu.org/">
|
||||
<!ENTITY gcc-ch5p1-du "514 MB">
|
||||
<!ENTITY gcc-ch5p1-sbu "8.2 SBU">
|
||||
<!ENTITY gcc-ch5p2-du "443 MB">
|
||||
<!ENTITY gcc-ch5p1-du "655 MB">
|
||||
<!ENTITY gcc-ch5p1-sbu "9.2 SBU">
|
||||
<!ENTITY gcc-ch5p2-du "553 MB">
|
||||
<!ENTITY gcc-ch5p2-sbu "4.2 SBU">
|
||||
<!ENTITY gcc-ch6-du "566 MB testsuite included">
|
||||
<!ENTITY gcc-ch6-du "681 MB testsuite included">
|
||||
<!ENTITY gcc-ch6-sbu "22 SBU testsuite included">
|
||||
|
||||
<!ENTITY gettext-version "0.14.5">
|
||||
|
@ -44,8 +44,8 @@
|
||||
|
||||
|
||||
<!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-1.patch">
|
||||
<!ENTITY gcc-specs-patch-md5 "0aa7d4c6be50c3855fe812f6faabc306">
|
||||
<!ENTITY gcc-specs-patch-size "15 KB">
|
||||
<!ENTITY gcc-specs-patch-md5 "a17be8ccfb978e73f382be5093dd8abd">
|
||||
<!ENTITY gcc-specs-patch-size "14.8 KB">
|
||||
|
||||
|
||||
<!ENTITY glibc-linux_types-patch "glibc-&glibc-version;-linux_types-1.patch">
|
||||
|
Loading…
Reference in New Issue
Block a user