Changeset 584 for trunk/kBuild/tools/GCC3OMF.kmk
- Timestamp:
- Nov 24, 2006, 6:10:00 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC3OMF.kmk
r573 r584 29 29 TOOL_GCC3OMF_CC := gcc$(HOSTSUFF_EXE) 30 30 TOOL_GCC3OMF_COBJSUFF := .o 31 TOOL_GCC3OMF_CFLAGS := -g -Zomf 32 TOOL_GCC3OMF_CFLAGS.debug := -O0 31 TOOL_GCC3OMF_CFLAGS := -Zomf 32 TOOL_GCC3OMF_CFLAGS.debug := -g 33 TOOL_GCC3OMF_CFLAGS.profile := -g -O2 #-pg 33 34 TOOL_GCC3OMF_CFLAGS.release := -O2 34 TOOL_GCC3OMF_CFLAGS.profile := -O2 #-pg35 35 TOOL_GCC3OMF_CINCS := 36 36 TOOL_GCC3OMF_CDEFS := … … 39 39 TOOL_GCC3OMF_CXXOBJSUFF := .o 40 40 TOOL_GCC3OMF_CXXOBJSUFF := .o 41 TOOL_GCC3OMF_CXXFLAGS := -g -Zomf 42 TOOL_GCC3OMF_CXXFLAGS.debug := -O0 41 TOOL_GCC3OMF_CXXFLAGS := -Zomf 42 TOOL_GCC3OMF_CXXFLAGS.debug := -g 43 TOOL_GCC3OMF_CXXFLAGS.profile := -g -O2 #-pg 43 44 TOOL_GCC3OMF_CXXFLAGS.release := -O2 44 TOOL_GCC3OMF_CXXFLAGS.profile := -O2 #-pg45 45 TOOL_GCC3OMF_CXXINCS := 46 46 TOOL_GCC3OMF_CXXDEFS := 47 47 48 48 TOOL_GCC3OMF_AS := gcc$(HOSTSUFF_EXE) 49 TOOL_GCC3OMF_ASFLAGS := -g -x assembler-with-cpp 49 TOOL_GCC3OMF_ASFLAGS := -x assembler-with-cpp 50 TOOL_GCC3OMF_ASFLAGS.debug := -g 51 TOOL_GCC3OMF_ASFLAGS.profile := -g 50 52 TOOL_GCC3OMF_ASOBJSUFF := .obj 51 53 … … 59 61 TOOL_GCC3OMF_LDFLAGS := -Zomf 60 62 TOOL_GCC3OMF_LDFLAGS.debug := -g 61 TOOL_GCC3OMF_LDFLAGS. release := -s63 TOOL_GCC3OMF_LDFLAGS.profile := -g 62 64 ifndef TOOL_GCC3OMF_LDFLAGS.$(BUILD_TARGET) 63 65 TOOL_GCC3OMF_LDFLAGS.dll := -shared -Zdll
Note:
See TracChangeset
for help on using the changeset viewer.