VirtualBox

Changeset 64629 in vbox


Ignore:
Timestamp:
Nov 10, 2016 1:11:00 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111856
Message:

Config.kmk: don't compile the R0Drv stuff on Linux with g++-4.8 -- this doesn't work with recent Linux kernels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r64626 r64629  
    29042904endif
    29052905
     2906#
     2907# We compile the kernel driver/module and related runtime libraries with C++.
     2908# This does not work for g++-4.8 and recent Linux kernels.
     2909#
     2910ifeq ($(BUILD_TARGET),linux)
     2911 ifeq ($(int-div $(VBOX_GCC_VERSION_CXX),100), 408)
     2912  VBOX_WITH_VBOXDRV =
     2913  VBOX_WITH_ADDITION_DRIVERS =
     2914 endif
     2915endif
    29062916
    29072917#
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette