source: BOOK/materials/mips/patches.xml @ 4b3310b

clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 4b3310b was fa72b0b7, checked in by William Harrington <kb0iic@…>, 11 years ago

Remove unneeded gcc mips fixes patch as they are applied upstream.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-materials-patches-mips">
9  <?dbhtml filename="patches-mips.html"?>
10
11  <title>Additional Patches for MIPS</title>
12
13  <variablelist role="materials">
14
15    <varlistentry os="colo-relocation-patch">
16      <term>Colo Relocation Patch - <token>&colo-relocation-patch-size;</token>:</term> <listitem>
17        <para>Download: <ulink
18        url="&patches-root;&colo-relocation-patch;"/></para>
19        <para>MD5 sum: <literal>&colo-relocation-patch-md5;</literal></para>
20      </listitem>
21    </varlistentry>
22
23    <varlistentry os="dvhtool-fixes-patch">
24      <term>Dvhtool Fixes - <token>&dvhtool-fixes-patch-size;</token>:</term>
25      <listitem>
26        <para>Download: <ulink
27        url="&patches-root;&dvhtool-fixes-patch;"/></para>
28        <para>MD5 sum: <literal>&dvhtool-fixes-patch-md5;</literal></para>
29      </listitem>
30    </varlistentry>
31
32    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
33    href="../x86/patches.xml"
34    xpointer="xpointer(//*[@os='gcc-specs-patch'])"/>
35
36  </variablelist>
37
38  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
39  href="../common/patches.xml"
40  xpointer="xpointer(//*[@os='a'])"/>
41
42</sect1>
Note: See TracBrowser for help on using the repository browser.