Changeset 98154 in vbox
- Timestamp:
- Jan 20, 2023 10:45:17 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155327
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r98153 r98154 6678 6678 # Implies no fancy C++, no exceptions, no static constructors or destructors, ++. 6679 6679 # 6680 # Note! Not compatible with BLD_TRG_ARCH overrides yet. 6681 # 6680 6682 TEMPLATE_VBoxR3StaticNoCrt = Static 6681 6683 TEMPLATE_VBoxR3StaticNoCrt_EXTENDS = VBoxR3Static … … 6694 6696 TEMPLATE_VBoxR3StaticNoCrt_LIBS.amd64 = $(NO_SUCH_VARIABLE) 6695 6697 TEMPLATE_VBoxR3StaticNoCrt_LIBS.win = $(NO_SUCH_VARIABLE) 6698 ifdef VBOX_WITH_NOCRT_STATIC 6699 TEMPLATE_VBoxR3StaticNoCrt_LIBS.$(KBUILD_TARGET_ARCH) = \ 6700 $(PATH_STAGE_LIB)/RuntimeR3NoCrt$(VBOX_SUFF_LIB) 6701 ifneq ($(KBUILD_TARGET_ARCH),x86) 6702 TEMPLATE_VBoxR3StaticNoCrt_LIBS.x86 = \ 6703 $(PATH_STAGE_LIB)/RuntimeR3NoCrt-x86$(VBOX_SUFF_LIB) # place holder, we don't have this library 6704 endif 6705 else 6696 6706 TEMPLATE_VBoxR3StaticNoCrt_LIBS.win.x86 = \ 6697 6707 $(PATH_TOOL_$(TEMPLATE_VBoxR3StaticNoCrt_TOOL.win.x86)_LIB)/chkstk.obj 6708 endif 6698 6709 TEMPLATE_VBoxR3StaticNoCrt_SDKS.win.x86 += VBOX_WIN_INT64 6699 6710 TEMPLATE_VBoxR3StaticNoCrt_LDFLAGS = $(filter-out $(VBOX_VCC_LD_GUARD_CF) $(VBOX_VCC_SANITIZER_LDFLAGS), $(TEMPLATE_VBoxR3Static_LDFLAGS))
Note:
See TracChangeset
for help on using the changeset viewer.