linux: switch to alpine+mod2yesconfig
This commit is contained in:
parent
7e5efb935f
commit
4fe77a04d4
1 changed files with 1 additions and 1 deletions
|
@ -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 defconfig
|
||||
bad --gmake gmake CC=clang HOSTCC=clang YACC=yacc LLVM=1 LLVM_IAS=1 ARCH=$_arch mod2yesconfig
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue