* [Buildroot] [PATCH 1/1] package/dfu-programmer: link with -latomic if needed
@ 2023-07-08 11:35 Bernd Kuhls
2023-07-08 15:42 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2023-07-08 11:35 UTC (permalink / raw)
To: buildroot
Fixes:
http://autobuild.buildroot.net/results/e2b/e2b813fdcbb3862366609affe88551c3036b21b8/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/dfu-programmer/dfu-programmer.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/dfu-programmer/dfu-programmer.mk b/package/dfu-programmer/dfu-programmer.mk
index 3b1589125c..707e143eb3 100644
--- a/package/dfu-programmer/dfu-programmer.mk
+++ b/package/dfu-programmer/dfu-programmer.mk
@@ -18,4 +18,8 @@ endef
DFU_PROGRAMMER_POST_PATCH_HOOKS == DFU_PROGRAMMER_ADD_MISSING_FILE
+ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
+DFU_PROGRAMMER_CONF_OPTS += LIBS=-latomic
+endif
+
$(eval $(autotools-package))
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/dfu-programmer: link with -latomic if needed
2023-07-08 11:35 [Buildroot] [PATCH 1/1] package/dfu-programmer: link with -latomic if needed Bernd Kuhls
@ 2023-07-08 15:42 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2023-07-08 15:42 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:
> Fixes:
> http://autobuild.buildroot.net/results/e2b/e2b813fdcbb3862366609affe88551c3036b21b8/
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-08 15:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-08 11:35 [Buildroot] [PATCH 1/1] package/dfu-programmer: link with -latomic if needed Bernd Kuhls
2023-07-08 15:42 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox