Changeset 0ceb295
- Timestamp:
- 02/13/2021 02:26:13 AM (2 years ago)
- Branches:
- 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 0b52f7ba
- Parents:
- 4f8ae861
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/glibc.xml
r4f8ae861 r0ceb295 121 121 </varlistentry> 122 122 123 <varlistentry> 124 <term><option>libc_cv_include_x86_isa_level=no</option></term> 125 <listitem> 126 <para>This disables <quote>x86 ISA needed</quote> property in 127 Glibc libraries. Use it <emphasis role="bold">if</emphasis> 128 you are building Glibc with <option>-march</option> option in 129 <envar>CFLAGS</envar>, to workaround an issue in Glibc-2.33 130 breaking it.</para> 131 </listitem> 132 </varlistentry> 133 123 134 </variablelist> 124 135 -
chapter08/binutils.xml
r4f8ae861 r0ceb295 158 158 <screen><userinput remap="test">make -k check</userinput></screen> 159 159 160 <!-- <para>The ver_test_pr16504.sh test is known to fail.</para>--> 160 <para>Several tests named <quote>Run property ...</quote> are known to 161 fail.</para> 161 162 162 163 <para>Install the package:</para> -
chapter08/glibc.xml
r4f8ae861 r0ceb295 109 109 <para>This variable sets the correct library for all 110 110 systems. We do not want lib64 to be used.</para> 111 </listitem> 112 </varlistentry> 113 114 <varlistentry> 115 <term><option>libc_cv_include_x86_isa_level=no</option></term> 116 <listitem> 117 <para>This disables <quote>x86 ISA needed</quote> property in 118 Glibc libraries. Use it <emphasis role="bold">if</emphasis> 119 you are building Glibc with <option>-march</option> option in 120 <envar>CFLAGS</envar>, to workaround an issue in Glibc-2.33 121 breaking it.</para> 111 122 </listitem> 112 123 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.