Changeset 8f58378e for general/prog/gcc.xml
- Timestamp:
- 07/02/2021 02:58:21 AM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- de181c53
- Parents:
- df1672cd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/gcc.xml
rdf1672cd r8f58378e 10 10 <!ENTITY gcc-size "75 MB"> 11 11 <!ENTITY gcc-buildsize "10.1 GB (2.4 GB installed with all listed languages; add 1.3 GB for tests)"> 12 <!-- For me the SBU values are a bit faster on haswell, but much slower on ryzen 3400G, 13 so keeping these existing values as an approximation - ken --> 12 14 <!ENTITY gcc-time "28 SBU (with parallelism=4, add 73 SBU for tests with parallelism=4)"> 13 15 ]> … … 111 113 </itemizedlist> 112 114 113 <!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>115 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 114 116 <itemizedlist spacing="compact"> 115 117 <listitem> … … 120 122 </listitem> 121 123 </itemizedlist> 122 -->123 124 124 125 <bridgehead renderas="sect3">GCC Dependencies</bridgehead> … … 178 179 179 180 <para> 180 Install <application>GCC</application> by running the following commands: 181 </para> 182 183 <screen><userinput>case $(uname -m) in 181 Install <application>GCC</application> by running the following commands. 182 <!-- dropping the patch in really needs an explanation, but does 183 not fit well with the current text. --> 184 It is necessary to apply the same patch now used in LFS to fix 185 various regressions. 186 </para> 187 188 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch && 189 190 case $(uname -m) in 184 191 x86_64) 185 192 sed -i.orig '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64 … … 202 209 the <application>GCC</application> part of the testsuite will run more 203 210 tests than in LFS. Some of those will report FAIL and others XPASS 204 (pass when expected to FAIL). As of gcc-1 0.2.0, about 90 FAIL occur211 (pass when expected to FAIL). As of gcc-11.1.0, about 90 FAIL occur 205 212 in the <quote>guality</quote> suite, as well as miscellaneous failures 206 213 throughout the rest of the test suite. If all the compilers above are 207 built, there will be around 10 7unexpected failures out of over208 4 68,000 tests. To run the tests, issue:214 built, there will be around 102 unexpected failures out of over 215 481,000 tests. To run the tests, issue: 209 216 </para> 210 217
Note:
See TracChangeset
for help on using the changeset viewer.