Changeset a2bbc16
- Timestamp:
- 12/04/2016 05:33:58 AM (8 years ago)
- Children:
- f9fd42c4
- Parents:
- 853aeb6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/gcc-pass1.xml
r853aeb6 ra2bbc16 134 134 --prefix=/tools \ 135 135 --with-glibc-version=2.11 \ 136 --with-slibdir=/tools/lib \137 136 --with-sysroot=$LFS \ 138 137 --with-newlib \ -
chapter05/gcc-pass2.xml
r853aeb6 ra2bbc16 127 127 --with-local-prefix=/tools \ 128 128 --with-native-system-header-dir=/tools/include \ 129 --with-slibdir=/tools/lib \130 129 --enable-languages=c,c++ \ 131 130 --disable-libstdcxx-pch \ -
chapter06/libcap.xml
r853aeb6 ra2bbc16 71 71 </varlistentry> 72 72 73 <varlistentry> 74 <term><parameter>lib=lib</parameter></term> 75 <listitem> 76 <para>This parameter installs the library in 77 <filename>$prefix/lib</filename> rather than 78 <filename>$prefix/lib64</filename> on x86_64. It has no effect on 79 x86.</para> 80 </listitem> 81 </varlistentry> 82 73 83 </variablelist> 74 84
Note:
See TracChangeset
for help on using the changeset viewer.