Ignore:
Timestamp:
08/07/2015 05:13:02 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
7d511f08
Parents:
3938420
Message:

Update to libunistring-0.9.6
Update to ed-1.12
Update to nano-2.4.2
Update to unrar-5.3.2
Update to LLVM-3.6.2
Update to whois-5.2.10
Update to mdadm-3.3.4
Update to xfsprogs-3.2.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16331 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    r3938420 r66307ff  
    77  <!ENTITY llvm-download-http "http://llvm.org/releases/&llvm-version;/llvm-&llvm-version;.src.tar.xz">
    88  <!ENTITY llvm-download-ftp  " ">
    9   <!ENTITY llvm-md5sum        "ebf9e97be405ae126e134d3a357cd58a">
     9  <!ENTITY llvm-md5sum        "0c1ee3597d75280dee603bae9cbf5cc2">
    1010  <!ENTITY llvm-size          "13 MB">
    11   <!ENTITY llvm-buildsize     "1.4 GB (with Clang)">
    12   <!ENTITY llvm-time          "48 SBU (with Clang)">
     11  <!ENTITY llvm-buildsize     "1.5 GB (with Clang)">
     12  <!ENTITY llvm-time          "51 SBU (with Clang)">
    1313
    1414  <!ENTITY clang-download-http "http://llvm.org/releases/&llvm-version;/cfe-&llvm-version;.src.tar.xz">
    15   <!ENTITY clang-md5sum        "9ff6811757735051f8651833b22ae014">
    16   <!ENTITY clang-size          "8.3 MB">
     15  <!ENTITY clang-md5sum        "ff862793682f714bb7862325b9c06e20">
     16  <!ENTITY clang-size          "8.4 MB">
    1717
    1818  <!ENTITY rt-version                "&llvm-version;">
    1919  <!ENTITY compiler-rt-download-http "http://llvm.org/releases/&rt-version;/compiler-rt-&rt-version;.src.tar.xz">
    20   <!ENTITY compiler-rt-md5sum        "6f204b1feb324b1672ac907b32d927c0">
     20  <!ENTITY compiler-rt-md5sum        "e3bc4eb7ba8c39a6fe90d6c988927f3c">
    2121  <!ENTITY compiler-rt-size          "1.1 MB">
    2222]>
     
    248248
    249249    <para>
    250       <command>sed -e ... Makefile.config.in</command>: This sed fixes
     250      <command>sed -e ... Makefile.config.in</command>: This sed fixes the
    251251      location of the installed documentation.
    252252    </para>
     
    268268      <parameter>--enable-shared</parameter>: This switch enables
    269269      building of the <application>LLVM</application> shared
    270       library which contains all of static libraries linked into
     270      library which contains all of the static libraries linked into a
    271271      single library.
    272272    </para>
    273273
    274274    <para>
    275       <parameter>--disable-assertions</parameter>: Disable some compile checks,
    276       not necessary on a production system.
     275      <parameter>--disable-assertions</parameter>: This switch disables some
     276      additional compile checks which are not neccessary on a production
     277      system.
    277278    </para>
    278279
     
    457458        <listitem>
    458459          <para>
    459             tool used to manipulate archived DWARF debug symbol files,
     460            is a tool used to manipulate archived DWARF debug symbol files,
    460461            compatible with the Darwin command <command>dsymutil</command>.
    461462          </para>
Note: See TracChangeset for help on using the changeset viewer.