VirtualBox

Changeset 66191 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Mar 22, 2017 10:38:00 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114103
Message:

bugref:4567: Linux kernel driver maintenance: do not try to do test builds of Linux kernel modules if the target architecture is not the same as the host one, e.g. 32-bit on 64-bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/Makefile.kmk

    r66066 r66191  
    375375 && !defined(VBOX_ONLY_SDK) \
    376376 && !defined(VBOX_ONLY_DOCS) \
    377  && !defined(VBOX_ONLY_VALIDATIONKIT)
     377 && !defined(VBOX_ONLY_VALIDATIONKIT) \
     378 && "$(KBUILD_HOST_ARCH)" == "$(KBUILD_TARGET_ARCH)"
    378379 VBOX_LNX_ADD_TEST        = $(PATH_TARGET)/tstguest_mod
    379380 VBOX_LNX_ADD_TEST_TARGET = $(PATH_TARGET)/tstguest_mod.run
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