public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* Fixing our kernel build
@ 2024-08-19 10:10 Michael Tremer
  2024-08-19 10:10 ` [PATCH 2/2] linux: Don't reset CFLAGS/CXXFLAGS Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tremer @ 2024-08-19 10:10 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 763 bytes --]

Hello everyone,

it has always been a little messy when it comes to the KVER variable.
Depending on when it was used, usually things were appended to it to get
the *actual* kernel release. Chaotic.

Since we now only build one kernel (and probably will be for the near
future) a lot of this is no longer needed and so I consolidated the use
of this variable.

Since the kernel release was put together in an inconsistent way, it was
impossible to build any release candidate kernels because they later got
installed in various places, but not where they were supposed to be.

This is now no longer a problem since there is only one easy way to find
out which kernel we are building for.

This patchset does not introduce any functional changes.

Best,
-Michael



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 2/2] linux: Don't reset CFLAGS/CXXFLAGS
  2024-08-19 10:10 Fixing our kernel build Michael Tremer
@ 2024-08-19 10:10 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2024-08-19 10:10 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 588 bytes --]

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 <michael.tremer(a)ipfire.org>
---
 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-19 10:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-19 10:10 Fixing our kernel build Michael Tremer
2024-08-19 10:10 ` [PATCH 2/2] linux: Don't reset CFLAGS/CXXFLAGS Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox