Changeset 97325 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Oct 27, 2022 3:00:51 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh
r97284 r97325 662 662 # Detect if kernel was built with clang. 663 663 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") 665 665 if test "${vbox_cc_is_clang}" = "y"; then 666 666 log "Using clang compiler."
Note:
See TracChangeset
for help on using the changeset viewer.