VirtualBox

Changeset 97325 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Oct 27, 2022 3:00:51 PM (2 years ago)
Author:
vboxsync
Message:

Linux: startup scripts: fixed detection if kernel was build with clang broken in r153946, bugref:10247.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/vboxdrv.sh

    r97284 r97325  
    662662    # Detect if kernel was built with clang.
    663663    unset LLVM
    664     vbox_cc_is_clang=$(kernel_get_config_opt "CONFIG_MODULE_SIG_HASH")
     664    vbox_cc_is_clang=$(kernel_get_config_opt "CONFIG_CC_IS_CLANG")
    665665    if test "${vbox_cc_is_clang}" = "y"; then
    666666        log "Using clang compiler."
Note: See TracChangeset for help on using the changeset viewer.

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