@@ -334,8 +334,8 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
334
334
$(TROW $(ARGS $(D D_LP64)) , $(ARGS $(B Pointers) are 64 bits
335
335
(command line switch $(DDSUBLINK dmd, switch-m64, $(TT -m64))). (Do not confuse this with C's LP64 model)))
336
336
$(TROW $(ARGS $(D D_X32)) , $(ARGS Pointers are 32 bits, but words are still 64 bits (x32 ABI) (This can be defined in parallel to $(D X86_64))))
337
- $(TROW $(ARGS $(D D_HardFloat)) , $(ARGS The target hardware has a floating point unit))
338
- $(TROW $(ARGS $(D D_SoftFloat)) , $(ARGS The target hardware does not have a floating point unit))
337
+ $(TROW $(ARGS $(D D_HardFloat)) , $(ARGS The target hardware has a floating- point unit))
338
+ $(TROW $(ARGS $(D D_SoftFloat)) , $(ARGS The target hardware does not have a floating- point unit))
339
339
$(TROW $(ARGS $(D D_PIC)) , $(ARGS Position Independent Code
340
340
(command line switch $(DDSUBLINK dmd-linux, switch-fPIC, $(TT -fPIC))) is being generated))
341
341
$(TROW $(ARGS $(D D_PIE)) , $(ARGS Position Independent Executable
@@ -348,7 +348,7 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
348
348
(command line switch $(DDSUBLINK dmd, switch-boundscheck, $(TT -boundscheck=off)))))
349
349
$(TROW $(ARGS $(D D_ObjectiveC)) , $(ARGS The target supports interfacing with Objective-C))
350
350
$(TROW $(ARGS $(D Core)) , $(ARGS Defined when building the standard runtime))
351
- $(TROW $(ARGS $(D Std)) , $(ARGS Define when building the standard library))
351
+ $(TROW $(ARGS $(D Std)) , $(ARGS Defined when building the standard library))
352
352
$(TROW $(ARGS $(D unittest)) , $(ARGS $(DDLINK spec/unittest, Unit Tests, Unit tests) are enabled
353
353
(command line switch $(DDSUBLINK dmd, switch-unittest, $(TT -unittest)))))
354
354
$(TROW $(ARGS $(D assert)) , $(ARGS Checks are being emitted for $(GLINK2 expression, AssertExpression)s))
0 commit comments