From owner-svn-src-head@freebsd.org Thu Feb 16 09:16:48 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3D9ACE0783 for ; Thu, 16 Feb 2017 09:16:48 +0000 (UTC) (envelope-from mmokhi.fbsd@gmail.com) Received: from mail-lf0-f47.google.com (mail-lf0-f47.google.com [209.85.215.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 789F51089 for ; Thu, 16 Feb 2017 09:16:48 +0000 (UTC) (envelope-from mmokhi.fbsd@gmail.com) Received: by mail-lf0-f47.google.com with SMTP id x1so5190290lff.0 for ; Thu, 16 Feb 2017 01:16:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=felhpeq4WTKHX91pq2zpXomTyO9HIYoQLzTwUDQ4Cp8=; b=Yhek6LgslZ9eEHJNKeYUWMl9JZELLx2rbNhWwnhwENlTvDw8Po73ZSQZn9g6BB2nQ3 Oo/ZBxT+PPQcGvXvpF0/hZ6Tn6O/kMjmHblNi0cLHeMj8LgF7L7EnZtyJ6e5zAFk6dzP gzLByIz+J4p2SY9RJE1BC9nUkRvnWY2u3vtEbr0mBpOhVbcnLmugZUHDerDMOOz8NC6j VG+l+uU5jwSJpwW7ahIClvrXByv/ZL8p3/0Ia5hB6RYKuXgK/2okNlybvV2tcFbrHSIP /6cEMxBWAzhiT6HAkZaBzxI6FCc/nZE5lCKIbsCtxqmTmVCo4V2r5AzXa6rK+mTsbhEf /hUg== X-Gm-Message-State: AMke39l7w51nXFRckDoSA79HC5VzIEKZ92aRMRFhj0/qaoKfyp+qJn5/YPRdlShsjgZemg== X-Received: by 10.46.20.66 with SMTP id 2mr348380lju.87.1487236605508; Thu, 16 Feb 2017 01:16:45 -0800 (PST) Received: from mail-lf0-f48.google.com (mail-lf0-f48.google.com. [209.85.215.48]) by smtp.gmail.com with ESMTPSA id s63sm1565306lja.49.2017.02.16.01.16.45 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Feb 2017 01:16:45 -0800 (PST) Received: by mail-lf0-f48.google.com with SMTP id z134so5124412lff.3 for ; Thu, 16 Feb 2017 01:16:45 -0800 (PST) X-Received: by 10.25.155.11 with SMTP id d11mr460001lfe.110.1487236605291; Thu, 16 Feb 2017 01:16:45 -0800 (PST) MIME-Version: 1.0 Reply-To: mmokhi@freebsd.org Received: by 10.25.228.200 with HTTP; Thu, 16 Feb 2017 01:16:44 -0800 (PST) In-Reply-To: <71965D77-72CA-4479-9510-AD9A03C2EB1B@dsl-only.net> References: <71965D77-72CA-4479-9510-AD9A03C2EB1B@dsl-only.net> From: Mahdi Mokhtari Date: Thu, 16 Feb 2017 12:46:44 +0330 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r313761 - in head/lib/msun: . src [breaks the build for armv6/v7] To: Mark Millard Cc: svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 09:16:48 -0000 Hi Mark. Thanks for reporting it. Its reason is on armv7/v8, mips,... long double is same as double. I submitted a patch for fixing it (on phabricator) it seems builds fine. I'm just waiting for (re-)approval from bde@ on my changes. -- Best regards, MMokhi.