From 691d149aa11439f092704a8c5eb920f15a3b9ddb Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 19 Aug 2024 10:10:48 +0000 Subject: [PATCH] linux: Don't reset CFLAGS/CXXFLAGS The kernel's build system uses its own CFLAGS for building the kernel but for the tooling we want to use our own CFLAGS. Signed-off-by: Michael Tremer --- lfs/linux | 2 -- 1 file changed, 2 deletions(-) diff --git a/lfs/linux b/lfs/linux index b87b29001c..36b8f53411 100644 --- a/lfs/linux +++ b/lfs/linux @@ -30,8 +30,6 @@ THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) -CFLAGS = -CXXFLAGS = HEADERS_ARCH = $(BUILD_PLATFORM) KERNEL_ARCH = $(BUILD_ARCH) -- 2.39.5