Changeset 826 for trunk/Config.kmk
- Timestamp:
- Feb 1, 2007, 7:39:00 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r810 r826 108 108 $(PATH_TOOL_VCC70_LIB)/oldnames.lib \ 109 109 $(PATH_TOOL_VCC70_LIB)/msvcrt.lib 110 # $(PATH_TOOL_VCC70_LIB)/msvcprt.lib 110 # $(PATH_TOOL_VCC70_LIB)/msvcprt.lib - avoid this to save space! 111 111 endif 112 112 TEMPLATE_BIN_LIBS.profile = g:/coding/vbox/trunk/out/win32/debug/lib/kPrf2.lib … … 119 119 120 120 ifndef TEMPLATE_BIN_TOOL 121 TEMPLATE_BIN_TOOL = GCC3 121 # Use GCC3 when we're certain that the system is using GNU ld and ar. 122 ifeq ($(filter-out linux freebsd openbsd netbsd,$(BUILD_TARGET)),) 123 TEMPLATE_BIN_TOOL = GCC3 124 else 125 TEMPLATE_BIN_TOOL = GCC3PLAIN 126 endif 122 127 TEMPLATE_BIN_CFLAGS.release = -O3 123 128 ifeq ($(BUILD_TARGET),freebsd)
Note:
See TracChangeset
for help on using the changeset viewer.