Changeset 7c866c9 for BOOK/boot/ppc64
- Timestamp:
- Aug 17, 2014, 9:47:33 AM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- b45cbb3
- Parents:
- cec0a99
- git-author:
- Chris Staub <chris@…> (08/17/14 09:47:11)
- git-committer:
- Chris Staub <chris@…> (08/17/14 09:47:33)
- Location:
- BOOK/boot/ppc64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/ppc64/e2fsprogs-libs.xml
rcec0a99 r7c866c9 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <para>When cross-compiling configure cannot determine sizes and assumes34 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> 36 36 37 37 <!--<screen><userinput>echo "ac_cv_sizeof_long_long=8" > config.cache -
BOOK/boot/ppc64/e2fsprogs.xml
rcec0a99 r7c866c9 39 39 xpointer="xpointer(//*[@os='b'])"/> 40 40 41 <para>When cross-compiling, <command>configure</command> cannot 42 d etermine sizes and assumes short=2, int=4, long=4, long long=8. This is43 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> 44 44 45 45 <!--<screen><userinput>echo "ac_cv_sizeof_long_long=8" > config.cache
Note:
See TracChangeset
for help on using the changeset viewer.