Changeset 8e7fe4a
- Timestamp:
- 08/26/2022 12:31:34 PM (2 years ago)
- Branches:
- xry111/arm64, xry111/arm64-12.0
- Children:
- 5adc76b
- Parents:
- c84ec38
- git-author:
- Xi Ruoyao <xry111@…> (08/26/2022 11:22:15 AM)
- git-committer:
- Xi Ruoyao <xry111@…> (08/26/2022 12:31:34 PM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter06/gcc-pass2.xml
rc84ec38 r8e7fe4a 88 88 --prefix=/usr \ 89 89 --with-build-sysroot=$LFS \ 90 --enable-initfini-array \91 90 --disable-nls \ 92 91 --disable-multilib \ … … 142 141 </varlistentry> 143 142 144 <varlistentry>145 <term><parameter>--enable-initfini-array</parameter></term>146 <listitem>147 <para>This option is automatically enabled when building a native148 compiler with a native compiler on x86. But here, we build with149 a cross compiler, so we need to explicitly set this option.</para>150 </listitem>151 </varlistentry>152 153 143 </variablelist> 154 144
Note:
See TracChangeset
for help on using the changeset viewer.