Changeset 2545 for trunk/kBuild/tools/GCC3OMF.kmk
- Timestamp:
- Sep 13, 2011, 9:09:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC3OMF.kmk
r2534 r2545 253 253 -Zmap=$(outbase).map 254 254 $(QUIET)$(TOOL_GCC3OMF_LD) @$(outbase).rsp 255 if1of ($(ld_debug), split)256 $(warning kBuild: Debug splitting is requrested for $(target), but this feature is not supported by GCC3OMF.)257 endif258 255 endef 259 256 … … 287 284 -Zmap=$(outbase).map 288 285 $(TOOL_GCC3OMF_LD) @$(outbase).rsp 289 if1of ($(ld_debug), split)290 $(warning kBuild: Debug splitting is requrested for $(target), but this feature is not supported by GCC3OMF.)291 endif292 286 endef 293 287 … … 321 315 -Zmap=$(outbase).map 322 316 $(QUIET)$(TOOL_GCC3OMF_LD_SYSMOD) @$(outbase).rsp 323 if1of ($(ld_debug), split) 324 $(warning kBuild: Debug splitting is requrested for $(target), but this feature is not supported by GCC3OMF.) 325 endif 326 endef 327 317 endef 318
Note:
See TracChangeset
for help on using the changeset viewer.