linux: switch to defconfig

This commit is contained in:
Ella Stanforth 2022-04-22 00:25:44 +00:00
parent 3dc7073386
commit 92bacf2a17

View file

@ -25,7 +25,7 @@ fi
build() {
cd $pkgname-$pkgver
bad --gmake gmake CC=clang HOSTCC=clang YACC=yacc LLVM=1 LLVM_IAS=1 ARCH=$_arch olddefconfig
bad --gmake gmake CC=clang HOSTCC=clang YACC=yacc LLVM=1 LLVM_IAS=1 ARCH=$_arch defconfig
sed -i 's/CONFIG_UNWINDER_ORC=y/# CONFIG_UNWINDER_ORC is not set/g' .config
sed -i 's/# CONFIG_UNWINDER_FRAME_POINTER is not set/CONFIG_UNWINDER_FRAME_POINTER=y/g' .config