File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -153,11 +153,11 @@ Build System Changes
153
153
154
154
$ cmake -S < monorepo> /runtimes -B build -DLLVM_ENABLE_RUNTIMES=" libcxx;libcxxabi" < LIBCXX-OPTIONS> < LIBCXXABI-OPTIONS>
155
155
156
- - Support for building the runtimes using the GCC 32 bit multilib flag (``-m32 ``) has been removed. Support
157
- for this had been flaky for a while, and we didn't know of anyone depending on this. Instead, please perform
158
- a normal cross-compilation of the runtimes using the appropriate target, such as passing the following to
159
- your bootstrapping build:
156
+ - Support for building the runtimes using the GCC 32 bit multilib flag (``-m32 ``) has been removed. Support
157
+ for this had been flaky for a while, and we didn't know of anyone depending on this. Instead, please perform
158
+ a normal cross-compilation of the runtimes using the appropriate target, such as passing the following to
159
+ your bootstrapping build:
160
160
161
- .. code-block :: bash
161
+ .. code-block :: bash
162
162
163
- -DLLVM_RUNTIME_TARGETS=i386-unknown-linux
163
+ -DLLVM_RUNTIME_TARGETS=i386-unknown-linux
You can’t perform that action at this time.
0 commit comments