From b33c6ee52df999ed450f3bf1b52de09076f3d8d6 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Thu, 11 Jun 2020 20:43:33 +0000 Subject: [PATCH] Fix the case of the kernel for otimization --- LFS/master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LFS/master.sh b/LFS/master.sh index d9f825e..2d1cca5 100644 --- a/LFS/master.sh +++ b/LFS/master.sh @@ -94,7 +94,7 @@ chapter_targets() { # # If using optimizations, write the instructions case "${OPTIMIZE}$1${nb_chaps}${this_script}${REALSBU}" in 0* | *binutils-pass1y | 15* | 167* | 177*) ;; - *kernel) wrt_makeflags "$name" ;; # No CFLAGS for kernel + *kernel*) wrt_makeflags "$name" ;; # No CFLAGS for kernel *) wrt_optimize "$name" && wrt_makeflags "$name" ;; esac fi