Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/fwts: Fix build with BR2_OPTIMIZE_0
@ 2023-07-09  9:50 Bernd Kuhls
  2023-07-09  9:50 ` [Buildroot] [PATCH 2/2] package/fwts: bump version to 23.07.00 Bernd Kuhls
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Bernd Kuhls @ 2023-07-09  9:50 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.net/results/fab/fabd031d38cb618cdb11b4a86cd853b0da61695b/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/fwts/fwts.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/fwts/fwts.mk b/package/fwts/fwts.mk
index f04c7a848f..3af54a1afd 100644
--- a/package/fwts/fwts.mk
+++ b/package/fwts/fwts.mk
@@ -15,6 +15,10 @@ FWTS_DEPENDENCIES = host-bison host-flex host-pkgconf libglib2 libbsd \
 	$(if $(BR2_PACKAGE_BASH_COMPLETION),bash-completion) \
 	$(if $(BR2_PACKAGE_DTC),dtc)
 
+ifeq ($(BR2_OPTIMIZE_0),y)
+FWTS_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -O1"
+endif
+
 ifeq ($(BR2_PACKAGE_FWTS_EFI_RUNTIME_MODULE),y)
 FWTS_MODULE_SUBDIRS = efi_runtime
 $(eval $(kernel-module))
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-07-17 13:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-09  9:50 [Buildroot] [PATCH 1/2] package/fwts: Fix build with BR2_OPTIMIZE_0 Bernd Kuhls
2023-07-09  9:50 ` [Buildroot] [PATCH 2/2] package/fwts: bump version to 23.07.00 Bernd Kuhls
2023-07-09 16:29   ` Thomas Petazzoni via buildroot
2023-07-09 16:29 ` [Buildroot] [PATCH 1/2] package/fwts: Fix build with BR2_OPTIMIZE_0 Thomas Petazzoni via buildroot
     [not found] ` <20230709182938.00cef6ca__21548.8254021452$1688920206$gmane$org@windsurf>
2023-07-09 16:42   ` Bernd Kuhls
2023-07-09 16:46     ` Thomas Petazzoni via buildroot
2023-07-17 13:02 ` Peter Korsgaard

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