@@ -262,6 +262,11 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
262
262
$(TROW $(ARGS $(D CRuntime_Musl)) , $(ARGS musl C runtime))
263
263
$(TROW $(ARGS $(D CRuntime_UClibc)) , $(ARGS uClibc C runtime))
264
264
$(TROW $(ARGS $(D CRuntime_WASI)) , $(ARGS WASI C runtime))
265
+ $(TROW $(ARGS $(D CppRuntime_Clang)) , $(ARGS Clang Cpp runtime))
266
+ $(TROW $(ARGS $(D CppRuntime_DigitalMars)) , $(ARGS DigitalMars Cpp runtime))
267
+ $(TROW $(ARGS $(D CppRuntime_Gcc)) , $(ARGS Gcc Cpp runtime))
268
+ $(TROW $(ARGS $(D CppRuntime_Microsoft)) , $(ARGS Microsoft Cpp runtime))
269
+ $(TROW $(ARGS $(D CppRuntime_Sun)) , $(ARGS Sun Cpp runtime))
265
270
$(TROW $(ARGS $(D X86)) , $(ARGS Intel and AMD 32-bit processors))
266
271
$(TROW $(ARGS $(D X86_64)) , $(ARGS Intel and AMD 64-bit processors))
267
272
$(TROW $(ARGS $(D ARM)) , $(ARGS The ARM architecture (32-bit) (AArch32 et al)))
@@ -287,6 +292,7 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
287
292
$(TROW $(ARGS $(D MIPS_EABI)) , $(ARGS The MIPS EABI))
288
293
$(TROW $(ARGS $(D MIPS_SoftFloat)) , $(ARGS The MIPS $(D soft-float) ABI))
289
294
$(TROW $(ARGS $(D MIPS_HardFloat)) , $(ARGS The MIPS $(D hard-float) ABI))
295
+ $(TROW $(ARGS $(D MSP430)) , $(ARGS The MSP430 architecture))
290
296
$(TROW $(ARGS $(D NVPTX)) , $(ARGS The Nvidia Parallel Thread Execution (PTX) architecture, 32-bit))
291
297
$(TROW $(ARGS $(D NVPTX64)) , $(ARGS The Nvidia Parallel Thread Execution (PTX) architecture, 64-bit))
292
298
$(TROW $(ARGS $(D RISCV32)) , $(ARGS The RISC-V architecture, 32-bit))
0 commit comments