Skip to content

Commit

Permalink
scripts: enable 64bit when building kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed Sep 1, 2024
1 parent 22dd26d commit df8cae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/gen-vmlinux-headers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ build_arch(){
ARCH=$arch_slug CROSS_COMPILE=$arch-linux-gnu- \
tinyconfig &> "$kernel_log"
cat >> "$build_dir_abs/.config" <<- EOF
CONFIG_64BIT=y
CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_INFO_DWARF4=y
CONFIG_DEBUG_INFO_BTF=y
Expand Down

0 comments on commit df8cae8

Please sign in to comment.