109109------
110110
111111$(P The $(D version(unittest)) is satisfied if and only if the code is
112- compiled with unit tests enabled (the $(DDSUBLINK dmd-windows , switch-unittest, $(TT -unittest)) option on $(TT dmd)).
112+ compiled with unit tests enabled (the $(DDSUBLINK dmd, switch-unittest, $(TT -unittest)) option on $(TT dmd)).
113113 )
114114
115115
@@ -301,13 +301,13 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
301301 $(TROW $(ARGS $(D ELFv1)) , $(ARGS The Executable and Linkable Format v1))
302302 $(TROW $(ARGS $(D ELFv2)) , $(ARGS The Executable and Linkable Format v2))
303303 $(TROW $(ARGS $(D D_Coverage)) , $(ARGS $(DDLINK code_coverage, Code coverage analysis, Code coverage analysis) instrumentation
304- (command line switch $(DDSUBLINK dmd-windows , switch-cov, $(TT -cov))) is being generated))
304+ (command line switch $(DDSUBLINK dmd, switch-cov, $(TT -cov))) is being generated))
305305 $(TROW $(ARGS $(D D_Ddoc)) , $(ARGS $(DDLINK spec/ddoc, Embedded Documentation, Ddoc) documentation
306- (command line switch $(DDSUBLINK dmd-windows , switch-D, $(TT -D))) is being generated))
306+ (command line switch $(DDSUBLINK dmd, switch-D, $(TT -D))) is being generated))
307307 $(TROW $(ARGS $(D D_InlineAsm_X86)) , $(ARGS $(DDLINK spec/iasm, Inline Assembler, Inline assembler) for X86 is implemented))
308308 $(TROW $(ARGS $(D D_InlineAsm_X86_64)) , $(ARGS $(DDLINK spec/iasm, Inline Assembler, Inline assembler) for X86-64 is implemented))
309309 $(TROW $(ARGS $(D D_LP64)) , $(ARGS $(B Pointers) are 64 bits
310- (command line switch $(DDSUBLINK dmd-windows , switch-m64, $(TT -m64))). (Do not confuse this with C's LP64 model)))
310+ (command line switch $(DDSUBLINK dmd, switch-m64, $(TT -m64))). (Do not confuse this with C's LP64 model)))
311311 $(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))))
312312 $(TROW $(ARGS $(D D_HardFloat)) , $(ARGS The target hardware has a floating point unit))
313313 $(TROW $(ARGS $(D D_SoftFloat)) , $(ARGS The target hardware does not have a floating point unit))
@@ -316,10 +316,10 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
316316 $(TROW $(ARGS $(D D_SIMD)) , $(ARGS $(DDLINK spec/simd, simd, Vector extensions) (via $(D __simd)) are supported))
317317 $(TROW $(ARGS $(D D_Version2)) , $(ARGS This is a D version 2 compiler))
318318 $(TROW $(ARGS $(D D_NoBoundsChecks)) , $(ARGS Array bounds checks are disabled
319- (command line switch $(DDSUBLINK dmd-windows , switch-boundscheck, $(TT -boundscheck=off)))))
319+ (command line switch $(DDSUBLINK dmd, switch-boundscheck, $(TT -boundscheck=off)))))
320320 $(TROW $(ARGS $(D D_ObjectiveC)) , $(ARGS The target supports interfacing with Objective-C))
321321 $(TROW $(ARGS $(D unittest)) , $(ARGS $(DDLINK spec/unittest, Unit Tests, Unit tests) are enabled
322- (command line switch $(DDSUBLINK dmd-windows , switch-unittest, $(TT -unittest)))))
322+ (command line switch $(DDSUBLINK dmd, switch-unittest, $(TT -unittest)))))
323323 $(TROW $(ARGS $(D assert)) , $(ARGS Checks are being emitted for $(GLINK2 expression, AssertExpression)s))
324324 $(TROW $(ARGS $(D none)) , $(ARGS Never defined; used to just disable a section of code))
325325 $(TROW $(ARGS $(D all)) , $(ARGS Always defined; used as the opposite of $(D none)))
0 commit comments