Changeset d785e9d for BOOK/temp-system


Ignore:
Timestamp:
May 1, 2014, 1:06:01 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
37957f4
Parents:
5cd8d92
Message:

Standardize capitalization of Glibc

Location:
BOOK/temp-system
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/choose.xml

    r5cd8d92 rd785e9d  
    3636  <para>To chroot, you will also need a Linux Kernel-2.6.32 or greater
    3737  (having been compiled with GCC-4.1.2 or greater). The reason for the
    38   kernel version requirement is that glibc is built to generate the library
     38  kernel version requirement is that Glibc is built to generate the library
    3939  for the smallest version of the Linux kernel expected to be supported.</para>
    4040
  • BOOK/temp-system/common/grep.xml

    r5cd8d92 rd785e9d  
    4040          assumes there is no usable <filename>regex.h</filename> installed and
    4141          instead uses the one included with Grep. This switch forces the use of
    42           the regex functions from GLIBC.</para>
     42          the regex functions from Glibc.</para>
    4343        </listitem>
    4444      </varlistentry>
  • BOOK/temp-system/mips64/choose.xml

    r5cd8d92 rd785e9d  
    3232    xpointer="xpointer(//*[@os='d'])"/>
    3333
    34   <para>To chroot, you will also need a Linux Kernel-2.6.32 or greater (having been compiled with GCC-4.1.2 or greater). The reason for the kernel version requirement is that glibc is built to generate the library for the smallest version of the Linux kernel expected to be supported.</para>
     34  <para>To chroot, you will also need a Linux Kernel-2.6.32 or greater (having been compiled with GCC-4.1.2 or greater). The reason for the kernel version requirement is that Glibc is built to generate the library for the smallest version of the Linux kernel expected to be supported.</para>
    3535
    3636  <para>To check your kernel version, run <command>cat /proc/version</command> - if it does not say that you are running a 2.6.32 or later Linux kernel, compiled with GCC 4.1.2 or later, you cannot chroot.</para>
  • BOOK/temp-system/multilib/choose.xml

    r5cd8d92 rd785e9d  
    3232  <para>To chroot, you will also need a Linux Kernel-2.6.32 or greater
    3333  (having been compiled with GCC-4.1.2 or greater). The reason for the
    34   kernel version requirement is that glibc is built to generate the library
     34  kernel version requirement is that Glibc is built to generate the library
    3535  for the smallest version of the Linux kernel expected to be supported.</para>
    3636
  • BOOK/temp-system/ppc64/choose.xml

    r5cd8d92 rd785e9d  
    2323  successfully chroot and execute 64-bit programs.  However, if the
    2424  kernel personality has been set to 32-bit by a utility such as
    25   linux32, it will eventually fail when glibc thinks it is building
     25  linux32, it will eventually fail when Glibc thinks it is building
    2626  on a 32-bit system and tries to include incompatible assembler code
    2727  in the 64-bit glibc.</para>
Note: See TracChangeset for help on using the changeset viewer.