Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Serhey Popovych <serhe.popovych@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 3/4] mpfr: Disable float128 when building with musl as libc
Date: Sat, 12 Jan 2019 11:22:49 +0200	[thread overview]
Message-ID: <1547284970-20783-4-git-send-email-serhe.popovych@gmail.com> (raw)
In-Reply-To: <1547284970-20783-1-git-send-email-serhe.popovych@gmail.com>

Since it does not support float128 type.

Signed-off-by: Serhey Popovych <serhe.popovych@gmail.com>
---
 meta/recipes-support/mpfr/mpfr_4.0.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/mpfr/mpfr_4.0.1.bb b/meta/recipes-support/mpfr/mpfr_4.0.1.bb
index 2eee76a..ccf7fdc 100644
--- a/meta/recipes-support/mpfr/mpfr_4.0.1.bb
+++ b/meta/recipes-support/mpfr/mpfr_4.0.1.bb
@@ -16,4 +16,6 @@ SRC_URI[sha256sum] = "67874a60826303ee2fb6affc6dc0ddd3e749e9bfcb4c8655e3953d0458
 
 UPSTREAM_CHECK_URI = "http://www.mpfr.org/mpfr-current/"
 
+EXTRA_OECONF_append_libc-musl = " --disable-float128"
+
 BBCLASSEXTEND = "native nativesdk"
-- 
2.7.4



  parent reply	other threads:[~2019-01-12  9:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-12  9:22 [PATCH 0/4] ppc/musl: Improve support Serhey Popovych
2019-01-12  9:22 ` [PATCH 1/4] systemd: Correctly check ENABLE_GSHADOW with if/endif Serhey Popovych
2019-01-12  9:22 ` [PATCH 2/4] systemd: Use arch overrides instead of machine Serhey Popovych
2019-01-12 15:35   ` Khem Raj
2019-01-12  9:22 ` Serhey Popovych [this message]
2019-01-12  9:22 ` [PATCH 4/4] valgrind: Mark powerpc64 with musl as incompatible Serhey Popovych
2019-01-12 15:29   ` Khem Raj
2019-01-12 16:53     ` Serhey Popovych
2019-01-12 18:30       ` Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1547284970-20783-4-git-send-email-serhe.popovych@gmail.com \
    --to=serhe.popovych@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox