Changeset 2545 for trunk/kBuild/tools/GCC3PLAIN.kmk
- Timestamp:
- Sep 13, 2011, 9:09:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.