Changeset 2534 for trunk/kBuild/tools/GCC3PLAIN.kmk
- Timestamp:
- Aug 2, 2011, 4:13:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC3PLAIN.kmk
r2431 r2534 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 requrested for $(target), but this feature is not supported by GCC3PLAIN.) 262 endif 260 263 endef 261 264 … … 286 289 $(foreach p,$(libpath), -L$(p))\ 287 290 $(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 requrested for $(target), but this feature is not supported by GCC3PLAIN.) 293 endif 288 294 endef 289 295 … … 317 323 $(foreach p,$(libpath), -L$(p))\ 318 324 $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib))) 319 endef 320 325 if1of ($(ld_debug), split) 326 $(warning kBuild: Debug splitting is requrested for $(target), but this feature is not supported by GCC3PLAIN.) 327 endif 328 endef 329
Note:
See TracChangeset
for help on using the changeset viewer.