Changeset 88284 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Mar 24, 2021 8:39:53 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143495
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/Config.kmk
r84631 r88284 52 52 TEMPLATE_VBoxValidationKitR3Base_LIBS = $(TEMPLATE_VBoxR3Static_LIBS) 53 53 if1of ($(KBUILD_TARGET), linux) 54 TEMPLATE_VBoxValidationKitR3Base_LIBS += supc++ 55 TEMPLATE_VBoxValidationKitR3Base_LDTOOL = $(subst GXX,GCC,$(TEMPLATE_VBoxR3Static_TOOL)) 54 if $(VBOX_GCC_VERSION_CXX) < 40800 55 TEMPLATE_VBoxValidationKitR3Base_LIBS += supc++ 56 TEMPLATE_VBoxValidationKitR3Base_LDTOOL = $(subst GXX,GCC,$(TEMPLATE_VBoxR3Static_TOOL)) 57 endif 56 58 endif 57 59 TEMPLATE_VBoxValidationKitR3Base_LDFLAGS.darwin = $(TEMPLATE_VBoxR3Static_LDFLAGS.darwin) -framework IOKit
Note:
See TracChangeset
for help on using the changeset viewer.