X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-lf0-f68.google.com (mail-lf0-f68.google.com [209.85.215.68]) by lists.alpinelinux.org (Postfix) with ESMTP id 64F815C41AE for ; Fri, 20 Jan 2017 12:25:16 +0000 (GMT) Received: by mail-lf0-f68.google.com with SMTP id q89so8459279lfi.1 for ; Fri, 20 Jan 2017 04:25:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=wib/3JrY3Scq40yjg1pTdsLdaodrPwbBbK5huP5FO50=; b=OhCPpEt1pfTVQPQTt37YrVNSntqYnva3D70OMA1AroVua6slfHe7bKMficAnO3S1py 8LMGImRt8JfZoJQLh3befdici0+HL+7qlYbRvJXDKmwGhUSNA4GrPshabc9+TZO8I1bk +XJ/3WqpmxZxpwRT48yl09xOvO7dFef/sr1yR8EIp5OhC5RGJ348cVpBfxSllnW0aobK qu+dv7JGdqftylYdK/1g1kJpxgzSa34vOGu63nnVNQ7vP0ttasB/nnnlj7lmd2dnZFXr hDzf/pgGXfIjpO/3eA33lCYmLZr2e8peX460tP19SaucwWCQ1o2daI30nMDAboRU45nW BcUQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=wib/3JrY3Scq40yjg1pTdsLdaodrPwbBbK5huP5FO50=; b=dl9tamAnmwg3sglL+B5sZewHRxh5lqm2k2Fw18wMouXnh5K66n9uM1TJQMmMCwiUyu 8a728lRoso17fesamPAON5N9GgjoprUCLj3IpuLbf+M+0LpoJgvLGWC8OMo8BnR0I3M5 RhkMSebD3MFzNyyqMjSnQGwIte0O56ZJqKFWTuB870PY6R6wA2DUNVFjhNwHXcjLoBxA b23zA3wN1+G5O/b0q9xB5eivR385YXoORJhvUc2fajoZ66Te4HnZeubOhJ7aNm/I/t6w Px5sFJ5PVUMedk1R5CTv2+HOxku1MnFj2HjU4qt2xXmj514a1tOH5OVPo4i7pab/avNt dKuA== X-Gm-Message-State: AIkVDXJC+LDVOLursNm3Pqc1YYDUSKDAqYt3BeWaBWc/o49ZBxExVXLB4SN1R1O05iNwoA== X-Received: by 10.46.75.1 with SMTP id y1mr6721406lja.65.1484915115440; Fri, 20 Jan 2017 04:25:15 -0800 (PST) Received: from vostro ([2001:1bc8:101:f402:e66f:13ff:fef3:8cd0]) by smtp.gmail.com with ESMTPSA id a71sm3415126lfe.36.2017.01.20.04.25.14 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 20 Jan 2017 04:25:15 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Fri, 20 Jan 2017 14:25:10 +0200 From: Timo Teras To: Breno Leitao Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] Add support for ppc64le Message-ID: <20170120142510.7dd61350@vostro> In-Reply-To: <1484670631-10385-1-git-send-email-brenohl@br.ibm.com> References: <1484670631-10385-1-git-send-email-brenohl@br.ibm.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 17 Jan 2017 14:30:31 -0200 Breno Leitao wrote: > This is a patch that adds support for ppc64le platform. Currently, > musl fails to build with long double as 128-bits, because POWER does > not implement IEEE long double but IBM long double which causes the > following error: > > unsupported long double type musl > > This patch just turns "long double" into "double" for ppc64le. Should this be in gcc default flags instead? I suspect almost nothing will work with 128-bit double if c-library does not support it. And assume this affects ABI too? --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---