1
0
mirror of https://aur.archlinux.org/linux-vfio.git synced 2025-07-22 13:57:12 +00:00

update makedeps

This commit is contained in:
xiota
2025-03-15 01:21:07 +00:00
parent cb6d92e2af
commit 990a6fc93f
2 changed files with 4 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ makedepends=(
bc
cpio
gettext
git
libelf
pahole
perl
@@ -128,7 +129,7 @@ if [[ ${_build_clang::1} == "t" ]]; then
fi
if [[ ${_build_level::1} =~ ^[2-4]$ ]]; then
export KCFLAGS="-march=x86-64-v${_build_level::1} -mtune=generic -O3"
export KCFLAGS="-march=x86-64-v${_build_level::1} -O3"
fi
export KBUILD_BUILD_HOST=archlinux