Do not force to create pc files in ch6 for mx32/m32

This commit is contained in:
Thomas Trepl (Moody) 2022-01-08 18:18:24 +01:00
parent 43a5dd6043
commit af974a9c05

View File

@ -183,9 +183,8 @@ CXX="$LFS_TGT-g++ -m32" \
--without-debug \
--without-ada \
--without-normal \
--enable-pc-files \
--enable-widec \
--with-pkg-config-libdir=/usr/lib32/pkgconfig</userinput></screen>
--disable-stripping \
--enable-widec</userinput></screen>
<para>Compile the package:</para>
@ -223,9 +222,8 @@ CXX="$LFS_TGT-g++ -mx32" \
--without-debug \
--without-ada \
--without-normal \
--enable-pc-files \
--enable-widec \
--with-pkg-config-libdir=/usr/libx32/pkgconfig</userinput></screen>
--disable-stripping \
--enable-widec</userinput></screen>
<para>Compile the package:</para>