Changeset 808 for trunk/kBuild/tools/GCC32.kmk
- Timestamp:
- Jan 25, 2007, 3:45:20 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC32.kmk
r807 r808 29 29 30 30 # Tool Specific Properties 31 TOOL_GCC32_CC ?= gcc$(HOSTSUFF_EXE) 32 TOOL_GCC32_CXX ?= g++$(HOSTSUFF_EXE) 33 TOOL_GCC32_AS ?= gcc$(HOSTSUFF_EXE) 31 TOOL_GCC32_CC ?= gcc$(HOSTSUFF_EXE) -m32 32 TOOL_GCC32_CXX ?= g++$(HOSTSUFF_EXE) -m32 33 TOOL_GCC32_AS ?= gcc$(HOSTSUFF_EXE) -m32 34 34 TOOL_GCC32_AR ?= ar$(HOSTSUFF_EXE) 35 TOOL_GCC32_LD ?= g++$(HOSTSUFF_EXE) 35 TOOL_GCC32_LD ?= g++$(HOSTSUFF_EXE) -m32 36 36 TOOL_GCC32_LD_SYSMOD ?= ld$(HOSTSUFF_EXE) 37 37 ifndef TOOL_GCC32_LDFLAGS.$(BUILD_TARGET) … … 59 59 # General Properties used by kBuild 60 60 TOOL_GCC32_COBJSUFF ?= .o 61 TOOL_GCC32_CFLAGS ?= -m3261 TOOL_GCC32_CFLAGS ?= 62 62 TOOL_GCC32_CFLAGS.debug ?= -g 63 63 TOOL_GCC32_CFLAGS.profile ?= -g -O2 #-pg … … 68 68 TOOL_GCC32_CXXOBJSUFF ?= .o 69 69 TOOL_GCC32_CXXOBJSUFF ?= .o 70 TOOL_GCC32_CXXFLAGS ?= -m3270 TOOL_GCC32_CXXFLAGS ?= 71 71 TOOL_GCC32_CXXFLAGS.debug ?= -g 72 72 TOOL_GCC32_CXXFLAGS.profile ?= -g -O2 #-pg … … 75 75 TOOL_GCC32_CXXDEFS ?= 76 76 77 TOOL_GCC32_ASFLAGS ?= - m32 -x assembler-with-cpp77 TOOL_GCC32_ASFLAGS ?= -x assembler-with-cpp 78 78 TOOL_GCC32_ASFLAGS.debug ?= -g 79 79 TOOL_GCC32_ASFLAGS.profile ?= -g … … 83 83 TOOL_GCC32_ARLIBSUFF ?= .a 84 84 85 TOOL_GCC32_LDFLAGS ?= -m3285 TOOL_GCC32_LDFLAGS ?= 86 86 TOOL_GCC32_LDFLAGS.debug ?= -g 87 87 TOOL_GCC32_LDFLAGS.profile ?= -g
Note:
See TracChangeset
for help on using the changeset viewer.