mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] glibc: optional install libatomic
@ 2018-07-09 12:18 Denis OSTERLAND
  2018-07-09 14:28 ` Jon Ringle
  0 siblings, 1 reply; 3+ messages in thread
From: Denis OSTERLAND @ 2018-07-09 12:18 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Denis Osterland <Denis.Osterland@diehl.com>
---
 rules/glibc.in   | 6 ++++++
 rules/glibc.make | 4 ++++
 2 files changed, 10 insertions(+)

diff --git a/rules/glibc.in b/rules/glibc.in
index bd0f1db91..3e50ef455 100644
--- a/rules/glibc.in
+++ b/rules/glibc.in
@@ -177,6 +177,12 @@ config GLIBC_NSL
 	  transport-level interface to networking services like i.E.
 	  nis(+)
 
+config GLIBC_ATOMIC
+	bool
+	prompt "Install libatomic"
+	help
+	  Functions in this library provide implementation of C/C++11 atomic.
+
 
 config GLIBC_LDCONFIG
 	bool
diff --git a/rules/glibc.make b/rules/glibc.make
index c4de24ab1..1a410b99f 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -109,6 +109,10 @@ ifdef PTXCONF_GLIBC_NSL
 	@$(call install_copy_toolchain_lib, glibc, libnsl.so)
 endif
 
+ifdef PTXCONF_GLIBC_ATOMIC
+	@$(call install_copy_toolchain_lib, glibc, libatomic.so)
+endif
+
 ifdef PTXCONF_GLIBC_GCONF_BASE
 	@$(call install_copy_toolchain_lib, glibc, gconv/gconv-modules,, n)
 endif
-- 
2.18.0



Diehl Connectivity Solutions GmbH
Geschäftsführung: Horst Leonberger
Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht
Nürnberg: HRB 32315
___________________________________________________________________________________________________

Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen.
Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht.
Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt.
The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by
mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. 

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2018-07-24 11:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-09 12:18 [ptxdist] [PATCH] glibc: optional install libatomic Denis OSTERLAND
2018-07-09 14:28 ` Jon Ringle
2018-07-24 11:45   ` Denis OSTERLAND

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