summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-07 18:42:02 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-07 18:42:02 -0700
commit678da919ccd5c6a3fb0fa8928b2d331ff85485e1 (patch)
treebbf02526fb393a5604f86cd6b553488bbd9d9688
parentUpdated to 5.7.0 (diff)
downloadlinux-libre-678da919ccd5c6a3fb0fa8928b2d331ff85485e1.tar.xz
Updated to 5.7.1
-rw-r--r--PKGBUILD14
-rw-r--r--config9
2 files changed, 16 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 564ee7c..e6eb399 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgbase=linux-libre
_supver=5
_majver=7
-_minver=0
+_minver=1
_gccpatchver='20200527'
_gccpatchger='10.1'
_gccpatchker='5.7'
@@ -28,7 +28,7 @@ url='https://linux-libre.fsfla.org/'
arch=(x86_64)
license=(GPL2)
makedepends=(
- bc kmod libelf
+ bc kmod libelf pahole
xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick
)
conflicts=('linux')
@@ -59,8 +59,10 @@ b2sums=('bb65e65c69d1c38943327a0859028c843439590e9f1af66705a0fe01aaf006daf14a5a0
'c8a52c056ecaeba55bee0b17c6a264d460792694e883b5654b8c1694b376a25be4aff1e6b86b5e3486c6e3adfc2062f805e91a9cac1156d0104d7e781028bec6'
'2e58bb89b247b1678355368956e67c1de51fcde97a227b2162f6771e30f17fa5520faafe7be4b6816a542e7ae10d05f64c6b6354f352c12746d4b8da632936dd'
'fde132f3705d908e6f2147c78a2193289916d72304ca5efa2229d79fc3e57a857314ce94e71425caef2f7f7b6cf87f05ef86335dc8bd4be78e7035afe608005a'
- '79cc9dce6e08912b6ffd5bbf44b1e5aaf46744723fc1abc012a7c5dd72402e804dd375ce3476f7c2445b8c4153527c352929b28ce0a663df33c4e8279b8a5341'
- 'b4e1377d97ad7e8144d6e55b6d43731e3271a5aec65b65ca6d81026a95f15f549b9303fb3c6f492099ca691e3f65f4cf7f0c3aa742df03b396d7f6d81813aa95')
+ '95cdd67fad8737283e518d32356a961e3aae99832886526222cbc98c29c76eec3f9054d5bc2d03f4f76390aa44c55d4ee6832f25a0f3f6118eee73f5e42774ef'
+ 'b4e1377d97ad7e8144d6e55b6d43731e3271a5aec65b65ca6d81026a95f15f549b9303fb3c6f492099ca691e3f65f4cf7f0c3aa742df03b396d7f6d81813aa95'
+ 'ba32e7fa88f664d4bd5a7df6a071bf555e962a2bbe4f3b4a1587ca0a61d9adcdafc63b2c27bed89be82fb3ce228bc491341dfb07250be8c099af7b96acdddffc'
+ 'SKIP')
#export KBUILD_BUILD_HOST=arc4linux
export KBUILD_BUILD_USER=$pkgbase
@@ -169,7 +171,7 @@ _package() {
echo "$pkgbase" | install -Dm644 /dev/stdin "$modulesdir/pkgbase"
echo "Installing modules..."
- make INSTALL_MOD_PATH="$pkgdir/usr" modules_install
+ make INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 modules_install
# remove build and source links
rm "$modulesdir"/{source,build}
@@ -246,6 +248,8 @@ _package-headers() {
strip -v $STRIP_SHARED "$file" ;;
esac
done < <(find "$builddir" -type f -perm -u+x ! -name vmlinux -print0)
+ echo "Stripping vmlinux..."
+ strip -v $STRIP_STATIC "$builddir/vmlinux"
echo "Adding symlink..."
mkdir -p "$pkgdir/usr/src"
diff --git a/config b/config
index 6eeb4b6..6d9fc39 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.7.0 Kernel Configuration
+# Linux/x86 5.7.1 Kernel Configuration
#
#
@@ -10578,7 +10578,12 @@ CONFIG_DEBUG_BUGVERBOSE=y
#
# Compile-time checks and compiler options
#
-# CONFIG_DEBUG_INFO is not set
+CONFIG_DEBUG_INFO=y
+# CONFIG_DEBUG_INFO_REDUCED is not set
+# CONFIG_DEBUG_INFO_SPLIT is not set
+CONFIG_DEBUG_INFO_DWARF4=y
+CONFIG_DEBUG_INFO_BTF=y
+# CONFIG_GDB_SCRIPTS is not set
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_FRAME_WARN=2048
CONFIG_STRIP_ASM_SYMS=y