Changeset baecd49
- Timestamp:
- 09/01/2022 06:04:34 AM (13 months ago)
- Branches:
- 11.3, 11.3-rc1, 12.0, 12.0-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- 1203312, c6df98a1, f867843, fb66c4c
- Parents:
- 7b3f5a4
- git-author:
- Xi Ruoyao <xry111@…> (08/26/2022 11:22:15 AM)
- git-committer:
- Xi Ruoyao <xry111@…> (09/01/2022 06:04:34 AM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter06/gcc-pass2.xml
r7b3f5a4 rbaecd49 91 91 --prefix=/usr \ 92 92 --with-build-sysroot=$LFS \ 93 --enable-initfini-array \94 93 --disable-nls \ 95 94 --disable-multilib \ … … 145 144 </varlistentry> 146 145 147 <varlistentry>148 <term><parameter>--enable-initfini-array</parameter></term>149 <listitem>150 <para>This option is automatically enabled when building a native151 compiler with a native compiler on x86. But here, we build with152 a cross compiler, so we need to explicitly set this option.</para>153 </listitem>154 </varlistentry>155 156 146 </variablelist> 157 147
Note:
See TracChangeset
for help on using the changeset viewer.