diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-14 16:35:56 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-14 16:35:56 +0100 |
commit | 4d1f145cb19d8e14ad7f0f1cd96214ee424bebb5 (patch) | |
tree | 46b2e2bd2d14eadf23ded0a71da3edffb8d1ad01 /packages/linux-kernel/patches/kernel/0004-perf-fix-compilation-error-due-to-discarded-const-qu.patch | |
parent | 1efea42f805d27c5bc6a97b072a201113c5fccab (diff) | |
parent | 3939384aff842cc3fb6c5d24d3d2af17ecf0fab9 (diff) | |
download | vyos-build-4d1f145cb19d8e14ad7f0f1cd96214ee424bebb5.tar.gz vyos-build-4d1f145cb19d8e14ad7f0f1cd96214ee424bebb5.zip |
Merge branch 'kernel-5.4' of github.com:c-po/vyos-build into current
* 'kernel-5.4' of github.com:c-po/vyos-build:
Kernel: T3129: update Linux Kernel to v5.4.83
Diffstat (limited to 'packages/linux-kernel/patches/kernel/0004-perf-fix-compilation-error-due-to-discarded-const-qu.patch')
-rw-r--r-- | packages/linux-kernel/patches/kernel/0004-perf-fix-compilation-error-due-to-discarded-const-qu.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/packages/linux-kernel/patches/kernel/0004-perf-fix-compilation-error-due-to-discarded-const-qu.patch b/packages/linux-kernel/patches/kernel/0004-perf-fix-compilation-error-due-to-discarded-const-qu.patch deleted file mode 100644 index 35c392f7..00000000 --- a/packages/linux-kernel/patches/kernel/0004-perf-fix-compilation-error-due-to-discarded-const-qu.patch +++ /dev/null @@ -1,31 +0,0 @@ -From b61355d12854a6a400e4ddfc79f2f849ac9656dc Mon Sep 17 00:00:00 2001 -From: Christian Poessinger <christian@poessinger.com> -Date: Sat, 17 Oct 2020 17:09:26 +0000 -Subject: [PATCH] perf: fix compilation error due to discarded const qualifier - ---- - tools/perf/Makefile.config | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config -index ae0c5bee8014..51a48ea869dd 100644 ---- a/tools/perf/Makefile.config -+++ b/tools/perf/Makefile.config -@@ -230,12 +230,12 @@ FEATURE_CHECK_LDFLAGS-libpython-version := $(PYTHON_EMBED_LDOPTS) - CFLAGS += -fno-omit-frame-pointer - CFLAGS += -ggdb3 - CFLAGS += -funwind-tables --CFLAGS += -Wall -+CFLAGS += -Wno-discarded-qualifiers - CFLAGS += -Wextra - CFLAGS += -std=gnu99 - - CXXFLAGS += -std=gnu++11 -fno-exceptions -fno-rtti --CXXFLAGS += -Wall -+CXXFLAGS += -Wno-discarded-qualifiers - CXXFLAGS += -fno-omit-frame-pointer - CXXFLAGS += -ggdb3 - CXXFLAGS += -funwind-tables --- -2.20.1 - |