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