Changeset 9915fd89 for BOOK/temp-system


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.

Location:
BOOK/temp-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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.