Changeset 12e7efe2 in clfs-sysroot for BOOK/cross-tools/arm


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

Added PA-RISC (hppa) 32bit.

Location:
BOOK/cross-tools/arm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.