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
126
126
building glibc because \* .os and \* .oS files will clobber each other during
127
127
the build eventually resulting in confusing link errors.
128
128
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
130
130
a RISC-V toolchain. There is an alternate toolset provided that includes
131
131
current versions of the GNU tools. This is the devtoolset provided as part
132
132
of the Software Collection service. For more info, see the
@@ -271,7 +271,7 @@ Note:
271
271
272
272
By default GCC will execute all tests of its regression test suite.
273
273
While 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,
275
275
the required time for executing all tests is usually too high for
276
276
typical development cycles. Therefore GCC allows to select the tests
277
277
that are being executed using the environment variable ` RUNTESTFLAGS ` .
You can’t perform that action at this time.
0 commit comments