Ignore:
Timestamp:
02/01/2005 06:29:34 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9824250
Parents:
7fc4452
Message:

Added MD5 sum to GCC-3.3.4 instructions; split long sed command in Tcl instructions to fit on the PDF page; added indexing tags to GCC-3.4.1 instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3373 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc3.xml

    r7fc4452 r8c9ec303  
    66
    77  <!ENTITY gcc3-download-http "http://ftp.gnu.org/gnu/gcc/gcc-&gcc3-version;/gcc-&gcc3-version;.tar.bz2">
    8   <!ENTITY gcc3-download-ftp "ftp://ftp.gnu.org/gnu/gcc/gcc-&gcc3-version;/gcc-&gcc3-version;.tar.bz2">
     8  <!ENTITY gcc3-download-ftp  "ftp://ftp.gnu.org/gnu/gcc/gcc-&gcc3-version;/gcc-&gcc3-version;.tar.bz2">
     9  <!ENTITY gcc3-md5sum        "a1c267b34f05c8660b24251865614d8b">
    910  <!ENTITY gcc3-size          "23 MB">
    1011  <!ENTITY gcc3-buildsize     "489 MB">
     
    2021<title><application><acronym>GCC</acronym></application>-&gcc3-version;</title>
    2122<indexterm zone="gcc3">
    22 <primary sortas="a-GCC-3">GCC-&gcc3-version;</primary></indexterm>
     23<primary sortas="a-GCC-3-3">GCC-&gcc3-version;</primary></indexterm>
    2324
    2425<sect2>
     
    4243<listitem><para>Download (FTP): <ulink
    4344url="&gcc3-download-ftp;"/></para></listitem>
     45<listitem><para>Download MD5 sum: &gcc3-md5sum;</para></listitem>
    4446<listitem><para>Download size: &gcc3-size;</para></listitem>
    4547<listitem><para>Estimated disk space required:
Note: See TracChangeset for help on using the changeset viewer.