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