mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-aarch64-rc to 4.19.rc3-1
This commit is contained in:
parent
a67114a681
commit
344f82b59c
2 changed files with 8 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
buildarch=8
|
||||
|
||||
_rcver=4.19
|
||||
_rcrel=2
|
||||
_rcrel=3
|
||||
|
||||
pkgbase=linux-aarch64-rc
|
||||
_srcname=linux-${_rcver}-rc${_rcrel}
|
||||
|
@ -29,12 +29,12 @@ source=("https://git.kernel.org/torvalds/t/${_srcname}.tar.gz"
|
|||
'linux.preset'
|
||||
'60-linux.hook'
|
||||
'90-linux.hook')
|
||||
md5sums=('ab0ca391e6506a9712dab5037c204f99'
|
||||
md5sums=('54ef709f63051bddc9d9f6c7521404ac'
|
||||
'be4199c685434f12190bb627bb714ff2'
|
||||
'b4d613a58a28445ce8363d734be3b971'
|
||||
'b9bec2a58df6dff282df758edf8f526e'
|
||||
'9915046e15f82e917bc98c7721e63ac4'
|
||||
'e2f0c6126c6aab7df7bca0c302c36dcf'
|
||||
'98d30f494f7e7234808db5caf616dfde'
|
||||
'7f1a96e24f5150f790df94398e9525a3'
|
||||
'61c5ff73c136ed07a7aadbf58db3d96a'
|
||||
'584777ae88bce2c5659960151b64c7d8'
|
||||
|
@ -88,7 +88,8 @@ build() {
|
|||
|
||||
# build!
|
||||
unset LDFLAGS
|
||||
make ${MAKEFLAGS} Image Image.gz modules dtbs
|
||||
make ${MAKEFLAGS} Image Image.gz modules
|
||||
make ${MAKEFLAGS} DTC_FLAGS="-@" dtbs
|
||||
}
|
||||
|
||||
_package() {
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.19.0-rc2-1 Kernel Configuration
|
||||
# Linux/arm64 4.19.0-rc3-1 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
# Compiler: gcc (GCC) 8.1.1 20180531
|
||||
# Compiler: gcc (GCC) 8.2.0
|
||||
#
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=80101
|
||||
CONFIG_GCC_VERSION=80200
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_IRQ_WORK=y
|
||||
CONFIG_BUILDTIME_EXTABLE_SORT=y
|
||||
|
|
Loading…
Reference in a new issue