Changeset 124 in kBuild
- Timestamp:
- Jun 25, 2004 8:25:58 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC3.kmk
r112 r124 152 152 endif 153 153 $(TOOL_GCC3_LD) $(flags) -o $$@ $(objs) \ 154 $(foreach p,$(libpath), -L$(p)) \ 154 155 $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(basename $(lib))), $(lib))) 155 156 ifneq ($(custom_post),)
Note:
See TracChangeset
for help on using the changeset viewer.