grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Dist Archive and Clang Build Fixes
@ 2025-10-25 15:53 Andrew Hamilton
  2025-10-25 15:53 ` [PATCH 1/4] build: Include MAINTAINERS and SECURITY files in dist archive Andrew Hamilton
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Andrew Hamilton @ 2025-10-25 15:53 UTC (permalink / raw)
  To: grub-devel; +Cc: daniel.kiper, Andrew Hamilton

Add several additional files to the dist archive:
MAINTAINERS
SECURITY
zstd test support files
tpm2key.asn file
These now show up in the dist archive such as created
with "make dist-gzip".

Correct build error with Clang targetting EFI. This was
caused by Clang flagging a missing initializer for
"vendor_defined_data" which is a zero length array. Add
a conditional compile pragma to allow Clang to build this.
To reproduce the issue:
./configure BUILD_CC=clang HOST_CC=clang TARGET_CC=clang CC=clang
make
<observe error>

Andrew Hamilton (4):
  build: Include MAINTAINERS and SECURITY files in dist archive
  build: Include new zstd test support files in dist archive
  build: Add tpm2asn file for reference to dist archive
  loader/efi/linux: Fix Compile Error With Clang

 conf/Makefile.extra-dist     | 5 +++++
 grub-core/loader/efi/linux.c | 8 ++++++++
 2 files changed, 13 insertions(+)

-- 
2.43.0


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

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

end of thread, other threads:[~2025-10-27 17:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-25 15:53 [PATCH 0/4] Dist Archive and Clang Build Fixes Andrew Hamilton
2025-10-25 15:53 ` [PATCH 1/4] build: Include MAINTAINERS and SECURITY files in dist archive Andrew Hamilton
2025-10-25 15:53 ` [PATCH 2/4] build: Include new zstd test support " Andrew Hamilton
2025-10-25 15:53 ` [PATCH 3/4] build: Add tpm2asn file for reference to " Andrew Hamilton
2025-10-25 15:53 ` [PATCH 4/4] loader/efi/linux: Fix Compile Error With Clang Andrew Hamilton
2025-10-27 17:16 ` [PATCH 0/4] Dist Archive and Clang Build Fixes Daniel Kiper via Grub-devel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).