guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: linux-libre: Adapt to renamed configuration options in 4.14.


From: Mark H. Weaver
Subject: 01/01: gnu: linux-libre: Adapt to renamed configuration options in 4.14.9.
Date: Tue, 26 Dec 2017 01:55:54 -0500 (EST)

mhw pushed a commit to branch master
in repository guix.

commit 3c0cfe3be596990f368e2aaa70927d0c0299b9a1
Author: Mark H Weaver <address@hidden>
Date:   Tue Dec 26 01:50:25 2017 -0500

    gnu: linux-libre: Adapt to renamed configuration options in 4.14.9.
    
    This is a followup to commit 95b969bc9cde419e9cfcf4299a7524381ae7a64d.
    
    * gnu/packages/aux-files/linux-libre/4.14-x86_64.conf,
    gnu/packages/aux-files/linux-libre/4.14-i686.conf: Adapt to the 
configuration
    options being renamed from CONFIG_*_UNWINDER to CONFIG_UNWINDER_* in version
    4.14.9.
---
 gnu/packages/aux-files/linux-libre/4.14-i686.conf   | 4 ++--
 gnu/packages/aux-files/linux-libre/4.14-x86_64.conf | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/aux-files/linux-libre/4.14-i686.conf 
b/gnu/packages/aux-files/linux-libre/4.14-i686.conf
index 2c4753c..c7b65d2 100644
--- a/gnu/packages/aux-files/linux-libre/4.14-i686.conf
+++ b/gnu/packages/aux-files/linux-libre/4.14-i686.conf
@@ -9122,8 +9122,8 @@ CONFIG_OPTIMIZE_INLINING=y
 # CONFIG_DEBUG_NMI_SELFTEST is not set
 CONFIG_X86_DEBUG_FPU=y
 CONFIG_PUNIT_ATOM_DEBUG=m
-CONFIG_FRAME_POINTER_UNWINDER=y
-# CONFIG_GUESS_UNWINDER is not set
+CONFIG_UNWINDER_FRAME_POINTER=y
+# CONFIG_UNWINDER_GUESS is not set
 
 #
 # Security options
diff --git a/gnu/packages/aux-files/linux-libre/4.14-x86_64.conf 
b/gnu/packages/aux-files/linux-libre/4.14-x86_64.conf
index 9eb8b58..6fe42fd 100644
--- a/gnu/packages/aux-files/linux-libre/4.14-x86_64.conf
+++ b/gnu/packages/aux-files/linux-libre/4.14-x86_64.conf
@@ -8967,9 +8967,9 @@ CONFIG_OPTIMIZE_INLINING=y
 # CONFIG_DEBUG_NMI_SELFTEST is not set
 CONFIG_X86_DEBUG_FPU=y
 CONFIG_PUNIT_ATOM_DEBUG=m
-CONFIG_FRAME_POINTER_UNWINDER=y
-# CONFIG_ORC_UNWINDER is not set
-# CONFIG_GUESS_UNWINDER is not set
+CONFIG_UNWINDER_FRAME_POINTER=y
+# CONFIG_UNWINDER_ORC is not set
+# CONFIG_UNWINDER_GUESS is not set
 
 #
 # Security options



reply via email to

[Prev in Thread] Current Thread [Next in Thread]