Changeset 39612b5 for BOOK/cross-tools/common
- Timestamp:
- May 30, 2014, 8:31:06 PM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- dda2263
- Parents:
- baf8424
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/pkg-config-lite.xml
rbaf8424 r39612b5 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>
Note:
See TracChangeset
for help on using the changeset viewer.