Changeset 12e7efe2 in clfs-sysroot


Ignore:
Timestamp:
Nov 29, 2006, 12:23:09 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
e821ed9
Parents:
b47f947
Message:

Added PA-RISC (hppa) 32bit.

Location:
BOOK
Files:
24 added
7 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    rb47f947 r12e7efe2  
    77S               := -
    88
    9 ARCHS           := arm x86
     9ARCHS           := arm x86 hppa
    1010
    1111ARCHS_HTML      := $(ARCHS:%=%$(S)html)
  • BOOK/cross-tools/arm/glibc-headers.xml

    rb47f947 r12e7efe2  
    6868
    6969<screen os="i"><userinput>CC=gcc ../glibc-&glibc-version;/configure --prefix=/usr \
    70    --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    71    --with-headers=${CLFS}/usr/include --cache-file=config.cache</userinput></screen>
     70    --host=${CLFS_TARGET} --build=${CLFS_HOST} \
     71    --with-headers=${CLFS}/usr/include --cache-file=config.cache</userinput></screen>
    7272
    7373    <variablelist os="dj">
  • BOOK/cross-tools/arm/glibc.xml

    rb47f947 r12e7efe2  
    2626    xpointer="xpointer(//*[@os='a'])"/>
    2727
    28     <para os="u1">ARM is no longer supported in the main glibc tree, so we have to
    29     extract the glibc-ports-&glibc-version; package into our
    30     glibc-&glibc-version; directory. Then we move
    31     ports to the location expected by our build and patches:</para>
     28    <para os="u1">This architecture is no longer supported in the main glibc
     29    tree, so we have to extract the glibc-ports-&glibc-version; package into
     30    our glibc-&glibc-version; directory. Then we move ports to the location
     31    expected by our build and patches:</para>
    3232
    3333<screen os="u2"><userinput>tar -jxvf ../glibc-ports-&glibc-ports-version;.tar.bz2
  • BOOK/general.ent

    rb47f947 r12e7efe2  
    1717<!ENTITY version-arm "&version;-ARM">
    1818<!ENTITY version-x86 "&version;-x86">
     19<!ENTITY version-hppa "&version;-PA-RISC">
    1920
    2021<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
  • BOOK/materials/x86/patches.xml

    rb47f947 r12e7efe2  
    1212
    1313<!--
    14 
    1514  <variablelist role="materials">
    1615
    17     <varlistentry os="coreutils-x86_uname-patch">
    18       <term>Coreutils Uname Patch - <token>&coreutils-x86_uname-patch-size;</token>:</term>
    19       <listitem>
    20         <para>Download: <ulink
    21         url="&patches-root;coreutils/&coreutils-x86_uname-patch;"/></para>
    22         <para>MD5 sum: <literal>&coreutils-x86_uname-patch-md5;</literal></para>
    23       </listitem>
    24     </varlistentry>
    25 
    2616  </variablelist>
    27 
    2817-->
    2918
  • BOOK/patches.ent

    rb47f947 r12e7efe2  
    124124<!ENTITY zlib-fpic-patch-md5 "545d60b20bfde6f53023de44438cef59">
    125125<!ENTITY zlib-fpic-patch-size "3.2 KB">
     126
     127<!-- PA-RISC Specific Patches -->
     128
     129<!ENTITY binutils-hppa_tls-patch "binutils-&binutils-version;-hppa_tls-1.patch">
     130<!ENTITY binutils-hppa_tls-patch-md5 "969f4d2bcd67d8d258538fbedac58c2b">
     131<!ENTITY binutils-hppa_tls-patch-size "268 KB">
  • BOOK/stylesheets/top-index.xsl

    rb47f947 r12e7efe2  
    120120            </h4>
    121121          </li>
     122          <li>
     123            <h4>
     124              <a href="hppa">
     125                <xsl:text>PA-RISC</xsl:text>
     126              </a>
     127              <xsl:text> (Currently Broken)</xsl:text>
     128            </h4>
     129          </li>
    122130        </ul>
    123         <h3>
    124           <xsl:text>64 Bit Builds</xsl:text>
    125         </h3>
    126         <h3>
    127           <xsl:text>Multilib Builds</xsl:text>
    128         </h3>
    129131      </div>
    130132    </div>
     
    155157        <xsl:text> </xsl:text>
    156158        <xsl:value-of select="author[2]/surname"/>
     159      </h3>
     160      <h3 class="author">
     161        <xsl:value-of select="author[3]/firstname"/>
     162        <xsl:text> </xsl:text>
     163        <xsl:value-of select="author[3]/surname"/>
    157164      </h3>
    158165    </div>
Note: See TracChangeset for help on using the changeset viewer.