Changeset 584 for trunk/kBuild/tools/GCC3.kmk
- Timestamp:
- Nov 24, 2006, 6:10:00 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC3.kmk
r572 r584 4 4 # kBuild Tool Config - Generic GCC. 5 5 # 6 # Copyright (c) 2004-200 5knut st. osmundsen <bird-srcspam@anduin.net>6 # Copyright (c) 2004-2006 knut st. osmundsen <bird-srcspam@anduin.net> 7 7 # 8 8 # … … 29 29 TOOL_GCC3_CC := gcc$(HOSTSUFF_EXE) 30 30 TOOL_GCC3_COBJSUFF := .o 31 TOOL_GCC3_CFLAGS := -g 32 TOOL_GCC3_CFLAGS.debug := -O0 31 TOOL_GCC3_CFLAGS := 32 TOOL_GCC3_CFLAGS.debug := -g 33 TOOL_GCC3_CFLAGS.profile := -g -O2 #-pg 33 34 TOOL_GCC3_CFLAGS.release := -O2 34 TOOL_GCC3_CFLAGS.profile := -O2 #-pg35 35 TOOL_GCC3_CINCS := 36 36 TOOL_GCC3_CDEFS := … … 39 39 TOOL_GCC3_CXXOBJSUFF := .o 40 40 TOOL_GCC3_CXXOBJSUFF := .o 41 TOOL_GCC3_CXXFLAGS := -g 42 TOOL_GCC3_CXXFLAGS.debug := -O0 41 TOOL_GCC3_CXXFLAGS := 42 TOOL_GCC3_CXXFLAGS.debug := -g 43 TOOL_GCC3_CXXFLAGS.profile := -g -O2 #-pg 43 44 TOOL_GCC3_CXXFLAGS.release := -O2 44 TOOL_GCC3_CXXFLAGS.profile := -O2 #-pg45 45 TOOL_GCC3_CXXINCS := 46 46 TOOL_GCC3_CXXDEFS := 47 47 48 48 TOOL_GCC3_AS := gcc$(HOSTSUFF_EXE) 49 TOOL_GCC3_ASFLAGS := -g -x assembler-with-cpp 49 TOOL_GCC3_ASFLAGS := -x assembler-with-cpp 50 TOOL_GCC3_ASFLAGS.debug := -g 51 TOOL_GCC3_ASFLAGS.profile := -g 50 52 TOOL_GCC3_ASOBJSUFF := .o 51 53 … … 64 66 TOOL_GCC3_LDFLAGS := 65 67 TOOL_GCC3_LDFLAGS.debug := -g 66 TOOL_GCC3_LDFLAGS. release := -s68 TOOL_GCC3_LDFLAGS.profile := -g 67 69 ifndef TOOL_GCC3_LDFLAGS.$(BUILD_TARGET) 68 70 TOOL_GCC3_LDFLAGS.dll := -shared
Note:
See TracChangeset
for help on using the changeset viewer.