Changeset a00e1cc0
- Timestamp:
- May 30, 2014, 8:31:15 PM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- 776a0890
- Parents:
- 786babf
- git-author:
- William Harrington <kb0iic@…> (05/30/14 20:31:06)
- git-committer:
- William Harrington <kb0iic@…> (05/30/14 20:31:15)
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/pkg-config-lite.xml
r786babf ra00e1cc0 35 35 <para os="b">Prepare Pkg-config-lite for compilation:</para> 36 36 37 <screen os="c"><userinput>./configure --prefix=/cross-tools \37 <screen os="c"><userinput>./configure --prefix=/cross-tools --host=${CLFS_TARGET}\ 38 38 --with-pc-path=/tools/lib/pkgconfig:/tools/share/pkgconfig</userinput></screen> 39 39 … … 47 47 <filename class="directory">/tools/lib/pkgconfig</filename> and 48 48 <filename class="directory">/tools/share/pkgconfig</filename>.</para> 49 </listitem> 50 </varlistentry> 51 52 <varlistentry> 53 <term><parameter>--host=${CLFS_TARGET}</parameter></term> 54 <listitem> 55 <para>This option makes sure the installation includes the proper 56 <command>{$CLFS_TARGET}-pkg-config</command> to be detected and used 57 when cross-compiling some tools in the temporary system and boot 58 chapter.</para> 49 59 </listitem> 50 60 </varlistentry> -
BOOK/cross-tools/multilib/pkg-config-lite.xml
r786babf ra00e1cc0 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen os="c"><userinput>./configure --prefix=/cross-tools \33 <screen os="c"><userinput>./configure --prefix=/cross-tools --host=${CLFS_TARGET} \ 34 34 --with-pc-path=/tools/lib64/pkgconfig:/tools/share/pkgconfig</userinput></screen> 35 35 … … 43 43 <filename class="directory">/tools/lib64/pkgconfig</filename> and 44 44 <filename class="directory">/tools/share/pkgconfig</filename>.</para> 45 </listitem> 46 </varlistentry> 47 48 <varlistentry> 49 <term><parameter>--host=${CLFS_TARGET}</parameter></term> 50 <listitem> 51 <para>This option makes sure the installation includes the proper 52 <command>{$CLFS_TARGET}-pkg-config</command> to be detected and used 53 when cross-compiling some tools in the temporary system and boot 54 chapter.</para> 45 55 </listitem> 46 56 </varlistentry> -
BOOK/introduction/common/changelog.xml
r786babf ra00e1cc0 38 38 39 39 <listitem> 40 <para>30 May 2014</para> 41 <itemizedlist> 42 <listitem> 43 <para>[William Harrington] - Add --host=${CLFS_TARGET} during 44 cross-tools Pkg-config configure..</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>29 May 2014</para> 41 51 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.