Changeset 2545 for trunk/kBuild/tools
- Timestamp:
- Sep 13, 2011, 9:09:05 PM (14 years ago)
- Location:
- trunk/kBuild/tools
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC.kmk
r2541 r2545 206 206 $(QUIET)$(TOOL_GCC_LD) $(flags) -o $(out) $(objs) \ 207 207 $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib))) 208 if1of ($(ld_debug), split)209 $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GCC.)210 endif211 208 endef 212 209 … … 231 228 $(QUIET)$(TOOL_GCC_LD) $(TOOL_GCC_LDFLAGS.dll) $(flags) -o $(out) $(objs) \ 232 229 $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib))) 233 if1of ($(ld_debug), split) 234 $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GCC.) 235 endif 236 endef 237 230 endef 231 -
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 -
trunk/kBuild/tools/GCC3PLAIN.kmk
r2541 r2545 258 258 $(foreach p,$(libpath), -L$(p))\ 259 259 $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib))) 260 if1of ($(ld_debug), split)261 $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GCC3PLAIN.)262 endif263 260 endef 264 261 … … 289 286 $(foreach p,$(libpath), -L$(p))\ 290 287 $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib))) 291 if1of ($(ld_debug), split)292 $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GCC3PLAIN.)293 endif294 288 endef 295 289 … … 323 317 $(foreach p,$(libpath), -L$(p))\ 324 318 $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib))) 325 if1of ($(ld_debug), split) 326 $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GCC3PLAIN.) 327 endif 328 endef 329 319 endef 320 -
trunk/kBuild/tools/GXX.kmk
r2541 r2545 206 206 $(QUIET)$(TOOL_GXX_LD) $(flags) -o $(out) $(objs) \ 207 207 $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib))) 208 if1of ($(ld_debug), split)209 $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GXX.)210 endif211 208 endef 212 209 … … 231 228 $(QUIET)$(TOOL_GXX_LD) $(TOOL_GXX_LDFLAGS.dll) $(flags) -o $(out) $(objs) \ 232 229 $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib))) 233 if1of ($(ld_debug), split) 234 $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GXX.) 235 endif 236 endef 237 230 endef 231 -
trunk/kBuild/tools/GXX3OMF.kmk
r2534 r2545 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 endif258 255 endef 259 256 … … 287 284 -Zmap=$(outbase).map 288 285 $(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 endif292 286 endef 293 287 … … 321 315 -Zmap=$(outbase).map 322 316 $(QUIET)$(TOOL_GXX3OMF_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 GXX3OMF.) 325 endif 326 endef 327 317 endef 318 -
trunk/kBuild/tools/GXX3PLAIN.kmk
r2541 r2545 258 258 $(foreach p,$(libpath), -L$(p))\ 259 259 $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib))) 260 if1of ($(ld_debug), split)261 $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GXX3PLAIN.)262 endif263 260 endef 264 261 … … 289 286 $(foreach p,$(libpath), -L$(p))\ 290 287 $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib))) 291 if1of ($(ld_debug), split)292 $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GXX3PLAIN.)293 endif294 288 endef 295 289 … … 323 317 $(foreach p,$(libpath), -L$(p))\ 324 318 $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib))) 325 if1of ($(ld_debug), split) 326 $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GXX3PLAIN.) 327 endif 328 endef 329 319 endef 320
Note:
See TracChangeset
for help on using the changeset viewer.