Changeset 93236 in vbox
- Timestamp:
- Jan 14, 2022 3:47:02 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r93197 r93236 4657 4657 4658 4658 # Older versions of GCC cannot compile libssh 4659 ifneq ($(VBOX_GCC_VERSION_CC),) 4660 if $(VBOX_GCC_VERSION_CC) < 50000 4661 # Build libssh with newer GCC only 4662 VBOX_WITH_LIBSSH = 4663 VBOX_WITH_CLOUD_NET = 4659 ifneq ($(KBUILD_TARGET),win) 4660 ifneq ($(VBOX_GCC_VERSION_CC),) 4661 if $(VBOX_GCC_VERSION_CC) < 50000 4662 # Build libssh with newer GCC only 4663 VBOX_WITH_LIBSSH = 4664 VBOX_WITH_CLOUD_NET = 4665 endif 4664 4666 endif 4665 4667 endif
Note:
See TracChangeset
for help on using the changeset viewer.