Changeset 9915fd89


Ignore:
Timestamp:
Dec 22, 2007, 3:05:30 PM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
d147a07
Parents:
d999938
Message:

Add a patch to the kernel that defines PAGE_SIZE for userspace for alpha.

Files:
2 added
10 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/alpha/kernel.xml

    rd999938 r9915fd89  
    3030    href="../x86/kernel.xml"
    3131    xpointer="xpointer(//*[@os='a'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../../bootable/alpha/kernel.xml"
     35    xpointer="xpointer(//*[@os='a1'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../../bootable/alpha/kernel.xml"
     39    xpointer="xpointer(//*[@os='a2'])"/>
    3240
    3341    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/bootable/alpha/kernel.xml

    rd999938 r9915fd89  
    2525    href="../x86/kernel.xml"
    2626    xpointer="xpointer(//*[@os='a'])"/>
     27
     28    <para os="a1">The following patch moves the PAGE_SIZE definiton in the
     29    headers so it is available for userspace.</para>
     30
     31<screen os="a2"><userinput>patch -Np1 -i ../&linux-alpha_PAGE_SIZE-patch;</userinput></screen>
    2732
    2833    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/alpha/linux-headers.xml

    rd999938 r9915fd89  
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../../final-system/alpha/linux-headers.xml"
     31    xpointer="xpointer(//*[@os='a1'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../../final-system/alpha/linux-headers.xml"
     35    xpointer="xpointer(//*[@os='a2'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3038    href="../../final-system/common/linux-headers.xml"
    3139    xpointer="xpointer(//*[@os='b'])"/>
  • BOOK/final-system/alpha-chapter.xml

    rd999938 r9915fd89  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/testsuitesagain.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/temp-perl.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/glibc.xml"/>
  • BOOK/introduction/alpha/changelog.xml

    rd999938 r9915fd89  
    3535
    3636    <listitem>
     37      <para>December 23, 2007</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[jciccone] - Added a patch to the Kernel that makes the
     41          PAGE_SIZE definition available in userspace.</para>
     42        </listitem>
     43      </itemizedlist>
     44    </listitem>
     45
     46    <listitem>
    3747      <para>December 21, 2007</para>
    3848      <itemizedlist>
  • BOOK/introduction/common/changelog.xml

    rd999938 r9915fd89  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>December 23, 2007</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>Added a config.cache entry to Gettext to resolve some
     44          errors.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3848
    3949    <listitem>
  • BOOK/materials/alpha/patches.xml

    rd999938 r9915fd89  
    3535    </varlistentry>
    3636
     37    <varlistentry>
     38      <term>Linux PAGE_SIZE Patch - <token>&linux-alpha_PAGE_SIZE-patch-size;</token>:</term>
     39      <listitem>
     40        <para>Download: <ulink
     41        url="&patches-root;&linux-alpha_PAGE_SIZE-patch;"/></para>
     42        <para>MD5 sum: <literal>&linux-alpha_PAGE_SIZE-patch-md5;</literal></para>
     43      </listitem>
     44    </varlistentry>
     45
    3746  </variablelist>
    3847
  • BOOK/patches.ent

    rd999938 r9915fd89  
    151151<!ENTITY glibc-alpha_ptr_mangle_fix-patch-size "4 KB">
    152152
     153<!ENTITY linux-alpha_PAGE_SIZE-patch "linux-&linux-version;-alpha_PAGE_SIZE-1.patch">
     154<!ENTITY linux-alpha_PAGE_SIZE-patch-md5 "13caeaaf52d8dc25d0b9a1ba15f57425">
     155<!ENTITY linux-alpha_PAGE_SIZE-patch-size "4 KB">
     156
    153157<!-- Start of mips/mips64 patches -->
    154158
  • BOOK/temp-system/common/gettext.xml

    rd999938 r9915fd89  
    2929<screen os="b"><userinput>cd gettext-tools</userinput></screen>
    3030
     31    <para os="t1">When cross-compiling the Gettext configure script assumes we
     32    don't have a working wcwidth when we do. The following will fix possible
     33    compilation errors because of this assumption:</para>
     34
     35<screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" > config.cache</userinput></screen>
     36
    3137    <para os="c">Prepare Gettext for compilation:</para>
    3238
    3339<screen os="d"><userinput>./configure --prefix=/tools \
    3440    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    35     --disable-shared</userinput></screen>
     41    --disable-shared --cache-file=config.cache</userinput></screen>
    3642
    3743    <variablelist os="e">
  • BOOK/temp-system/multilib/gettext.xml

    rd999938 r9915fd89  
    3030    href="../common/gettext.xml"
    3131    xpointer="xpointer(//*[@os='b'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../common/gettext.xml"
     35    xpointer="xpointer(//*[@os='t2'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../common/gettext.xml"
     39    xpointer="xpointer(//*[@os='t2'])"/>
    3240
    3341    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.