public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Improve Makefile robustness and explicitness
@ 2025-11-07 16:17 Wander Lairson Costa
  2025-11-07 16:17 ` [PATCH 1/3] Makefile: Conditionally add -mno-omit-leaf-frame-pointer Wander Lairson Costa
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Wander Lairson Costa @ 2025-11-07 16:17 UTC (permalink / raw)
  To: williams; +Cc: linux-rt-users, Wander Lairson Costa

This patch series introduces several improvements to the Makefile to
enhance portability and clarity.

The first two patches add checks to conditionally use compiler flags
-mno-omit-leaf-frame-pointer and -fcf-protection, preventing build
failures on systems where they are not supported.

The final patch makes the test invocation explicit, so `make tests`
successfully runs.

Wander Lairson Costa (3):
  Makefile: Conditionally add -mno-omit-leaf-frame-pointer
  Makefile: Improve compiler flag detection for -fcf-protection
  Makefile: Explicitly run the 'test' target in the tests directory

 Makefile | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

-- 
2.51.1


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

end of thread, other threads:[~2025-11-12 12:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-07 16:17 [PATCH 0/3] Improve Makefile robustness and explicitness Wander Lairson Costa
2025-11-07 16:17 ` [PATCH 1/3] Makefile: Conditionally add -mno-omit-leaf-frame-pointer Wander Lairson Costa
2025-11-07 16:17 ` [PATCH 2/3] Makefile: Improve compiler flag detection for -fcf-protection Wander Lairson Costa
2025-11-07 16:41   ` Derek Barbosa
2025-11-07 16:17 ` [PATCH 3/3] Makefile: Explicitly run the 'test' target in the tests directory Wander Lairson Costa
2025-11-11 14:50 ` [PATCH 0/3] Improve Makefile robustness and explicitness Sebastian Andrzej Siewior
2025-11-11 15:35   ` Derek Barbosa
2025-11-11 15:50     ` Sebastian Andrzej Siewior
2025-11-11 16:29       ` Derek Barbosa
2025-11-12  7:41         ` Sebastian Andrzej Siewior
2025-11-12 12:12         ` Wander Lairson Costa

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