From 3cfe674627bd70999a804ea70abc37b3540de85b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 3 Aug 2015 15:51:40 +0100 Subject: [PATCH] kernel: Remove code to disable icecream The kernel could not be compiled with icecream because of the GCC plugins that were used. icecream has now been removed from the distribution and there is no need to keep this line in any more. No rebuild needed. Signed-off-by: Michael Tremer --- kernel/kernel.nm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kernel/kernel.nm b/kernel/kernel.nm index 45369472c..f408d7138 100644 --- a/kernel/kernel.nm +++ b/kernel/kernel.nm @@ -29,11 +29,6 @@ source_dl = http://www.kernel.org/pub/linux/kernel/v4.x/ sources = %{thisapp}.tar.xz build - # icecream cannot be used to compile the kernel. - # Because the PaX patch does use GCC plugins to harden the kernel which - # are not available on the remote compilers, we need to disable it here. - export ICECC=no - kernel_logo = /usr/share/pixmaps/kernel-logo.ppm requires -- 2.39.5