Changeset 2541 for trunk/kBuild/tools/GCC3PLAIN.kmk
- Timestamp:
- Aug 3, 2011, 11:51:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC3PLAIN.kmk
r2534 r2541 259 259 $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib))) 260 260 if1of ($(ld_debug), split) 261 $(warning kBuild: Debug splitting is requ rested for $(target), but this feature is not supported by GCC3PLAIN.)261 $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GCC3PLAIN.) 262 262 endif 263 263 endef … … 290 290 $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib))) 291 291 if1of ($(ld_debug), split) 292 $(warning kBuild: Debug splitting is requ rested for $(target), but this feature is not supported by GCC3PLAIN.)292 $(warning kBuild: Debug splitting is requested for $(target), but this feature is not supported by GCC3PLAIN.) 293 293 endif 294 294 endef … … 324 324 $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib))) 325 325 if1of ($(ld_debug), split) 326 $(warning kBuild: Debug splitting is requ rested for $(target), but this feature is not supported by GCC3PLAIN.)327 endif 328 endef 329 326 $(warning kBuild: Debug splitting is requested 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.