File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ is case-sensitive. A build on a case-insensitive filesystem will fail when
126126building glibc because \* .os and \* .oS files will clobber each other during
127127the build eventually resulting in confusing link errors.
128128
129- Centos (and RHEL) provide old GNU tools versions that may be too old to build
129+ CentOS (and RHEL) provide old GNU tools versions that may be too old to build
130130a RISC-V toolchain. There is an alternate toolset provided that includes
131131current versions of the GNU tools. This is the devtoolset provided as part
132132of the Software Collection service. For more info, see the
@@ -271,7 +271,7 @@ Note:
271271
272272By default GCC will execute all tests of its regression test suite.
273273While running them in parallel (e.g. ` make -j$(nproc) report ` ) will
274- significanlty speed up the execution time on multi-processor systems,
274+ significantly speed up the execution time on multi-processor systems,
275275the required time for executing all tests is usually too high for
276276typical development cycles. Therefore GCC allows to select the tests
277277that are being executed using the environment variable ` RUNTESTFLAGS ` .
You can’t perform that action at this time.
0 commit comments