- Timestamp:
- Aug 10, 2014, 10:30:08 PM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 8f9c1a8
- Parents:
- a15d1d7
- Location:
- BOOK/cross-tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/pkg-config-lite.xml
ra15d1d7 r4c2ea58 42 42 43 43 <varlistentry> 44 <term><parameter>--with-pc-path</parameter></term>45 <listitem>46 <para>This sets the default PKG_CONFIG_PATH to47 <filename class="directory">/tools/lib/pkgconfig</filename> and48 <filename class="directory">/tools/share/pkgconfig</filename>.</para>49 </listitem>50 </varlistentry>51 52 <varlistentry>53 44 <term><parameter>--host=${CLFS_TARGET}</parameter></term> 54 45 <listitem> … … 59 50 this name, so that it will be used instead of any similarly-named 60 51 program that might exist on the host.</para> 52 </listitem> 53 </varlistentry> 54 55 <varlistentry> 56 <term><parameter>--with-pc-path</parameter></term> 57 <listitem> 58 <para>This sets the default PKG_CONFIG_PATH to 59 <filename class="directory">/tools/lib/pkgconfig</filename> and 60 <filename class="directory">/tools/share/pkgconfig</filename>.</para> 61 61 </listitem> 62 62 </varlistentry> -
BOOK/cross-tools/multilib/pkg-config-lite.xml
ra15d1d7 r4c2ea58 38 38 39 39 <varlistentry> 40 <term><parameter>--with-pc-path</parameter></term>41 <listitem>42 <para>This sets the default PKG_CONFIG_PATH to43 <filename class="directory">/tools/lib64/pkgconfig</filename> and44 <filename class="directory">/tools/share/pkgconfig</filename>.</para>45 </listitem>46 </varlistentry>47 48 <varlistentry>49 40 <term><parameter>--host=${CLFS_TARGET}</parameter></term> 50 41 <listitem> … … 53 44 when cross-compiling some tools in the temporary system and boot 54 45 chapter.</para> 46 </listitem> 47 </varlistentry> 48 49 <varlistentry> 50 <term><parameter>--with-pc-path</parameter></term> 51 <listitem> 52 <para>This sets the default PKG_CONFIG_PATH to 53 <filename class="directory">/tools/lib64/pkgconfig</filename> and 54 <filename class="directory">/tools/share/pkgconfig</filename>.</para> 55 55 </listitem> 56 56 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.