- Timestamp:
- Dec 23, 2015, 4:46:01 PM (9 years ago)
- Branches:
- sysvinit
- Children:
- a4615d8
- Parents:
- c8c8c51
- git-author:
- Chris Staub <chris@…> (12/23/15 16:32:00)
- git-committer:
- Chris Staub <chris@…> (12/23/15 16:46:01)
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/file.xml
rc8c8c51 r80c037c 29 29 <command>file -C</command> to combine the information from the 30 30 magic files in its source tree into a single <filename>magic.mgc</filename> 31 file, which it will use after it is installed. When we build File in 31 file, which it will use after it is installed. When we build File in 32 32 <xref linkend="chapter-temp-system"/>, it will be cross-compiled, so it 33 33 will not be able to run the <command>file</command> program that it just -
BOOK/cross-tools/multilib/pkg-config-lite.xml
rc8c8c51 r80c037c 45 45 <command>{$CLFS_TARGET}-pkg-config</command> to be detected and used 46 46 when cross-compiling some tools in the temporary system and boot 47 chapter.</para> 47 chapter.</para> 48 48 </listitem> 49 49 </varlistentry> -
BOOK/final-system/common/glibc.xml
rc8c8c51 r80c037c 273 273 mkdir -pv $ZONEINFO/{posix,right} 274 274 275 for tz in etcetera southamerica northamerica europe africa antarctica 275 for tz in etcetera southamerica northamerica europe africa antarctica \ 276 276 asia australasia backward pacificnew systemv; do 277 277 zic -L /dev/null -d $ZONEINFO -y "sh yearistype.sh" ${tz} -
BOOK/final-system/multilib/e2fsprogs-64bit.xml
rc8c8c51 r80c037c 40 40 41 41 <screen os="d"><userinput>PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ 42 CC="gcc ${BUILD64}" 42 CC="gcc ${BUILD64}" \ 43 43 ../configure \ 44 44 --prefix=/usr \ -
BOOK/temp-system/common/vim.xml
rc8c8c51 r80c037c 29 29 is an extremely useful tool to have there.<!-- If you prefer a different 30 30 editor, you may check the hints project at <ulink url="&hints-root;" /> 31 for information on cross-compiling other text editors. (placeholder - 31 for information on cross-compiling other text editors. (placeholder - 32 32 uncomment this sentence if/when such information actually exists)--></para> 33 33 -
BOOK/testsuite-tools/multilib/expect.xml
rc8c8c51 r80c037c 30 30 --prefix=/tools \ 31 31 --with-tcl=/tools/lib64 \ 32 --with-tclinclude=/tools/include 32 --with-tclinclude=/tools/include \ 33 33 --libdir=/tools/lib64</userinput></screen> 34 34
Note:
See TracChangeset
for help on using the changeset viewer.