public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/2] linux: Don't reset CFLAGS/CXXFLAGS
Date: Mon, 19 Aug 2024 10:10:48 +0000	[thread overview]
Message-ID: <20240819101048.991691-3-michael.tremer@ipfire.org> (raw)
In-Reply-To: <20240819101048.991691-1-michael.tremer@ipfire.org>

[-- 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


      reply	other threads:[~2024-08-19 10:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-19 10:10 Fixing our kernel build Michael Tremer
2024-08-19 10:10 ` Michael Tremer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240819101048.991691-3-michael.tremer@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox