All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] nativesdk-gcc-runtime: enable building libstdc++.a
@ 2020-04-15  2:32 Jeremy Puhlman
  2020-04-15  2:32 ` [PATCH 2/2] buildtools-extended-tarball: Add libstc++.a Jeremy Puhlman
  0 siblings, 1 reply; 2+ messages in thread
From: Jeremy Puhlman @ 2020-04-15  2:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jeremy Puhlman

From: Jeremy Puhlman <jpuhlman@mvista.com>

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
---
 meta/recipes-devtools/gcc/gcc-runtime.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc
index 771f344ac0..ace706dbf4 100644
--- a/meta/recipes-devtools/gcc/gcc-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-runtime.inc
@@ -22,6 +22,8 @@ EXTRA_OECONF_append_libc-newlib = " --with-newlib"
 EXTRA_OECONF_append_arm = " libat_cv_have_ifunc=no "
 EXTRA_OECONF_append_armeb = " libat_cv_have_ifunc=no "
 
+DISABLE_STATIC_class-nativesdk ?= ""
+
 # Newlib does not support symbol versioning on libsdtcc++
 SYMVERS_CONF_libc-newlib = ""
 
-- 
2.20.1


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

* [PATCH 2/2] buildtools-extended-tarball: Add libstc++.a
  2020-04-15  2:32 [PATCH 1/2] nativesdk-gcc-runtime: enable building libstdc++.a Jeremy Puhlman
@ 2020-04-15  2:32 ` Jeremy Puhlman
  0 siblings, 0 replies; 2+ messages in thread
From: Jeremy Puhlman @ 2020-04-15  2:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jeremy Puhlman

From: Jeremy Puhlman <jpuhlman@mvista.com>

Builds like native-openjdk, really wants a to link
some tools against the static version. Since when
using the extended tarball, its the only place to
get it, add the library.

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
---
 meta/recipes-core/meta/buildtools-extended-tarball.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/meta/buildtools-extended-tarball.bb b/meta/recipes-core/meta/buildtools-extended-tarball.bb
index dd780c5d57..e38967af3f 100644
--- a/meta/recipes-core/meta/buildtools-extended-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-extended-tarball.bb
@@ -23,6 +23,7 @@ TOOLCHAIN_HOST_TASK += "\
     nativesdk-libgcc \
     nativesdk-libstdc++ \
     nativesdk-libstdc++-dev \
+    nativesdk-libstdc++-staticdev \
     nativesdk-libtool \
     nativesdk-pkgconfig \
     nativesdk-glibc-utils \
-- 
2.20.1


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

end of thread, other threads:[~2020-04-15  2:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-15  2:32 [PATCH 1/2] nativesdk-gcc-runtime: enable building libstdc++.a Jeremy Puhlman
2020-04-15  2:32 ` [PATCH 2/2] buildtools-extended-tarball: Add libstc++.a Jeremy Puhlman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.