- Timestamp:
- Dec 22, 2007, 11:05:30 PM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- d147a07
- Parents:
- d999938
- Location:
- BOOK
- Files:
-
- 1 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/alpha/kernel.xml
rd999938 r9915fd89 30 30 href="../x86/kernel.xml" 31 31 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'])"/> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/alpha/kernel.xml
rd999938 r9915fd89 25 25 href="../x86/kernel.xml" 26 26 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> 27 32 28 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/alpha/linux-headers.xml
rd999938 r9915fd89 28 28 29 29 <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" 30 38 href="../../final-system/common/linux-headers.xml" 31 39 xpointer="xpointer(//*[@os='b'])"/> -
BOOK/final-system/alpha-chapter.xml
rd999938 r9915fd89 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/testsuitesagain.xml"/> 17 17 <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"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/glibc.xml"/> -
BOOK/introduction/alpha/changelog.xml
rd999938 r9915fd89 35 35 36 36 <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> 37 47 <para>December 21, 2007</para> 38 48 <itemizedlist> -
BOOK/introduction/common/changelog.xml
rd999938 r9915fd89 36 36 </listitem> 37 37 --> 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> 38 48 39 49 <listitem> -
BOOK/materials/alpha/patches.xml
rd999938 r9915fd89 35 35 </varlistentry> 36 36 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 37 46 </variablelist> 38 47 -
BOOK/patches.ent
rd999938 r9915fd89 151 151 <!ENTITY glibc-alpha_ptr_mangle_fix-patch-size "4 KB"> 152 152 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 153 157 <!-- Start of mips/mips64 patches --> 154 158 -
BOOK/temp-system/common/gettext.xml
rd999938 r9915fd89 29 29 <screen os="b"><userinput>cd gettext-tools</userinput></screen> 30 30 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 31 37 <para os="c">Prepare Gettext for compilation:</para> 32 38 33 39 <screen os="d"><userinput>./configure --prefix=/tools \ 34 40 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 35 --disable-shared </userinput></screen>41 --disable-shared --cache-file=config.cache</userinput></screen> 36 42 37 43 <variablelist os="e"> -
BOOK/temp-system/multilib/gettext.xml
rd999938 r9915fd89 30 30 href="../common/gettext.xml" 31 31 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'])"/> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.