diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-10-26 08:55:55 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-10-26 08:55:55 -0500 |
commit | a70311f7e40389c11f95319508a73f3f16c3703c (patch) | |
tree | ed72a3228f12adf6b0b558430ae7829ae8052e59 /Makefile.rhelver | |
parent | c3c7328894178f97c58afdc7c78101373d869016 (diff) | |
download | kernel-a70311f7e40389c11f95319508a73f3f16c3703c.tar.gz kernel-a70311f7e40389c11f95319508a73f3f16c3703c.tar.xz kernel-a70311f7e40389c11f95319508a73f3f16c3703c.zip |
kernel-5.10.0-0.rc1.55
* Mon Oct 26 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc1.55]
- Filter out LTO build options from the perl ccopts ("Justin M. Forbes")
- Work around for gcc bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96377 ("Justin M. Forbes")
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'Makefile.rhelver')
-rw-r--r-- | Makefile.rhelver | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rhelver b/Makefile.rhelver index 0628a2824..104463fa3 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 99 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 51 +RHEL_RELEASE = 56 # # Early y+1 numbering |