Changeset 3393 for trunk/kBuild/tools/GXX3PLAIN.kmk
- Timestamp:
- Jun 30, 2020, 7:11:42 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GXX3PLAIN.kmk
r3391 r3393 41 41 TOOL_GXX3PLAIN_SUFFIX := $(HOSTSUFF_EXE) 42 42 endif 43 TOOL_GXX3PLAIN_PREFIX2 ?= 44 TOOL_GXX3PLAIN_SUFFIX2 ?= $(HOSTSUFF_EXE) 43 45 TOOL_GXX3PLAIN_CC ?= $(TOOL_GXX3PLAIN_PREFIX)gcc$(TOOL_GXX3PLAIN_SUFFIX) 44 46 TOOL_GXX3PLAIN_CXX ?= $(TOOL_GXX3PLAIN_PREFIX)g++$(TOOL_GXX3PLAIN_SUFFIX) 45 47 TOOL_GXX3PLAIN_PCH ?= $(TOOL_GXX3PLAIN_CXX) 46 48 TOOL_GXX3PLAIN_AS ?= $(TOOL_GXX3PLAIN_PREFIX)gcc$(TOOL_GXX3PLAIN_SUFFIX) 47 TOOL_GXX3PLAIN_AR ?= $(TOOL_GXX3PLAIN_PREFIX )ar$(TOOL_GXX3PLAIN_SUFFIX)48 TOOL_GXX3PLAIN_RANLIB ?= $(TOOL_GXX3PLAIN_PREFIX )ranlib$(TOOL_GXX3PLAIN_SUFFIX)49 TOOL_GXX3PLAIN_AR ?= $(TOOL_GXX3PLAIN_PREFIX2)ar$(TOOL_GXX3PLAIN_SUFFIX2) 50 TOOL_GXX3PLAIN_RANLIB ?= $(TOOL_GXX3PLAIN_PREFIX2)ranlib$(TOOL_GXX3PLAIN_SUFFIX2) 49 51 TOOL_GXX3PLAIN_LD ?= $(TOOL_GXX3PLAIN_PREFIX)g++$(TOOL_GXX3PLAIN_SUFFIX) 50 TOOL_GXX3PLAIN_LD_SYSMOD ?= $(TOOL_GXX3PLAIN_PREFIX )ld$(TOOL_GXX3PLAIN_SUFFIX)52 TOOL_GXX3PLAIN_LD_SYSMOD ?= $(TOOL_GXX3PLAIN_PREFIX2)ld$(TOOL_GXX3PLAIN_SUFFIX2) 51 53 TOOL_GXX3PLAIN_LD_SYSMOD.os2 ?= $(TOOL_GXX3PLAIN_PREFIX)g++$(TOOL_GXX3PLAIN_SUFFIX) 52 54 TOOL_GXX3PLAIN_LDFLAGS.dll.os2 ?= -Zdll
Note:
See TracChangeset
for help on using the changeset viewer.