Linux: v5.11, make options, usable config
parent
092fea9ef1
commit
976cc9fd3a
9266
linux/config
9266
linux/config
File diff suppressed because it is too large
Load Diff
|
@ -1,17 +1,20 @@
|
||||||
name: linux
|
name: linux
|
||||||
version: 5.2.9
|
version: 5.11
|
||||||
sources:
|
sources:
|
||||||
- https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-%{version}.tar.xz
|
- https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-%{version}.tar.xz
|
||||||
- config
|
- config
|
||||||
build-dependances:
|
build-dependances:
|
||||||
- flex
|
- flex
|
||||||
|
|
||||||
|
options:
|
||||||
|
# WARNING: this has to be the same environment variables used
|
||||||
|
# during the creation of the config file
|
||||||
|
- make: -j5 CC=clang LD=ld.lld AR=llvm-ar NM=llvm-nm STRIP=llvm-strip OBJCOPY=llvm-objcopy OBJDUMP=llvm-objdump READELF=llvm-readelf HOSTCC=clang HOSTCXX=clang++ HOSTAR=llvm-ar HOSTLD=ld.lld
|
||||||
|
|
||||||
@configure
|
@configure
|
||||||
cd '%{name}-%{version}'
|
cd '%{name}-%{version}'
|
||||||
|
make mrproper
|
||||||
cp ../config .config
|
cp ../config .config
|
||||||
make olddefconfig
|
|
||||||
|
|
||||||
|
|
||||||
@install
|
@install
|
||||||
cd 'linux-%{version}'
|
cd 'linux-%{version}'
|
||||||
|
|
Reference in New Issue