From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 2/2] linux: Don't reset CFLAGS/CXXFLAGS Date: Mon, 19 Aug 2024 10:10:48 +0000 Message-ID: <20240819101048.991691-3-michael.tremer@ipfire.org> In-Reply-To: <20240819101048.991691-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2713992072879382933==" List-Id: --===============2713992072879382933== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 f57ddc883..80743d3e6 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.2 --===============2713992072879382933==--