Changeset 129 for trunk/kBuild/tools/GCC.kmk
- Timestamp:
- Jun 29, 2004, 1:55:07 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC.kmk
r77 r129 80 80 -Wp,-MD,$(dep) -Wp,-MT,$$@ \ 81 81 -o $$@\ 82 $( PATH_CURRENT)/$(source)82 $(call ABSPATH,$(source)) 83 83 84 84 endef … … 99 99 define TOOL_GCC_COMPILE_CXX 100 100 #$ (warning dbg: TOOL_GCC_COMPILE_CXX: target=$(target) source=$(source) obj=$(obj) dep=$(dep) flags=$(flags) defs=$(defs) incs=$(incs) dirdep=$(dirdep) outbase=$(outbase) objsuff=$(objsuff)) 101 $(obj): $(dirdep) $( PATH_CURRENT)/$(source)101 $(obj): $(dirdep) $(source) 102 102 $(call MSG_L2,Compiling $$@ using GCC) 103 103 $(TOOL_GCC_CXX) -c\ … … 105 105 -Wp,-MD,$(dep) -Wp,-MT,$$@ \ 106 106 -o $$@\ 107 $( PATH_CURRENT)/$(source)107 $(call ABSPATH,$(source)) 108 108 109 109 endef
Note:
See TracChangeset
for help on using the changeset viewer.