Changeset 241 for trunk/kBuild
- Timestamp:
- Feb 20, 2005, 4:58:11 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC3.kmk
r235 r241 197 197 $(eval $(custom_pre)) 198 198 endif 199 $(RM) -f $$@ 199 200 $(TOOL_GCC3_LD) $(flags) -o $$@ $(objs) \ 200 201 $(foreach p,$(libpath), -L$(p)) \ … … 230 231 $(eval $(custom_pre)) 231 232 endif 233 $(RM) -f $$@ 232 234 $(TOOL_GCC3_LD) $(TOOL_GCC3_LDFLAGS.dll) $(flags) -o $$@ \ 233 235 $(if $(filter linux, $(BUILD_TARGET)),$(call TOOL_GCC3_LD_SONAME,$(target),$(dll))) \ … … 264 266 $(eval $(custom_pre)) 265 267 endif 268 $(RM) -f $$@ 266 269 $(TOOL_GCC3_LD_SYSMOD) $(TOOL_GCC3_LDFLAGS.sysmod) $(flags) -o $$@ $(objs) \ 267 270 $(foreach p,$(libpath), -L$(p)) \
Note:
See TracChangeset
for help on using the changeset viewer.