Changeset 7c866c9


Ignore:
Timestamp:
Aug 17, 2014, 2:47:33 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
b45cbb3
Parents:
cec0a99
git-author:
Chris Staub <chris@…> (08/17/14 02:47:11)
git-committer:
Chris Staub <chris@…> (08/17/14 02:47:33)
Message:

Improved text in e2fsprogs page

Location:
BOOK/boot/ppc64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/ppc64/e2fsprogs-libs.xml

    rcec0a99 r7c866c9  
    3131    xpointer="xpointer(//*[@os='b'])"/>
    3232
    33     <para>When cross-compiling configure cannot determine sizes and assumes
    34     short=2, int=4, long=4, long long=8. This is not correct for PowerPC64.
    35     Adjust the values with:</para>
     33    <para>When cross-compiling, <command>configure</command> cannot determine
     34    data type sizes and assumes short=2, int=4, long=4, long long=8.
     35    This is not correct for PowerPC64. Adjust the values with:</para>
    3636
    3737<!--<screen><userinput>echo "ac_cv_sizeof_long_long=8" &gt; config.cache
  • BOOK/boot/ppc64/e2fsprogs.xml

    rcec0a99 r7c866c9  
    3939    xpointer="xpointer(//*[@os='b'])"/>
    4040
    41     <para>When cross-compiling, <command>configure</command> cannot
    42     determine sizes and assumes short=2, int=4, long=4, long long=8. This is
    43     not correct for PowerPC64. Adjust the values with:</para>
     41    <para>When cross-compiling, <command>configure</command> cannot determine
     42    data type sizes and assumes short=2, int=4, long=4, long long=8.
     43    This is not correct for PowerPC64. Adjust the values with:</para>
    4444
    4545<!--<screen><userinput>echo "ac_cv_sizeof_long_long=8" &gt; config.cache
Note: See TracChangeset for help on using the changeset viewer.