diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2018-11-13 17:57:21 +0100 |
---|---|---|
committer | Jeremy Cline <jcline@redhat.com> | 2018-11-30 10:28:07 -0500 |
commit | 324d2dc0fc65b075bf91ff2468833425e7bce3e4 (patch) | |
tree | 2b0ee596b7933372fe2657528a00e38b45858554 /kernel-ppc64le.config | |
parent | e2b69afd46f1d4b32c6684b5b4d8c7e780b0372b (diff) | |
download | kernel-324d2dc0fc65b075bf91ff2468833425e7bce3e4.tar.gz kernel-324d2dc0fc65b075bf91ff2468833425e7bce3e4.tar.xz kernel-324d2dc0fc65b075bf91ff2468833425e7bce3e4.zip |
configs: use CONFIG_UNWINDER_ORC only in x86/x86_64
The shipped .config files for i686 have both CONFIG_UNWINDER_ORC and
CONFIG_UNWINDER_FRAME_POINTER set. This is wrong because those .config
files should only have CONFIG_UNWINDER_FRAME_POINTER set. As a result
the build generates
[...]:warning: override: UNWINDER_ORC changes choice state
4 times.
Move CONFIG_UNWINDER_ORC to x86/x86_64 to correct this. Note that this
doesn't change the final .config files that the kernel's build system
actually uses.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Diffstat (limited to 'kernel-ppc64le.config')
-rw-r--r-- | kernel-ppc64le.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel-ppc64le.config b/kernel-ppc64le.config index 7b97d018c..a0c6101c0 100644 --- a/kernel-ppc64le.config +++ b/kernel-ppc64le.config @@ -5706,7 +5706,6 @@ CONFIG_UNIXWARE_DISKLABEL=y CONFIG_UNIX=y CONFIG_UNUSED_SYMBOLS=y # CONFIG_UNWINDER_FRAME_POINTER is not set -CONFIG_UNWINDER_ORC=y CONFIG_UPROBE_EVENTS=y # CONFIG_US5182D is not set CONFIG_USB_ACM=m |