From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1282 Path: news.gmane.org!not-for-mail From: Justin Cormack Newsgroups: gmane.linux.lib.musl.general Subject: Re: mips port working! & remaining issues Date: Fri, 13 Jul 2012 09:18:01 +0100 Message-ID: References: <20120713052313.GA20369@brightrain.aerifal.cx> <20120713081525.GA14463@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1342167508 9653 80.91.229.3 (13 Jul 2012 08:18:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 Jul 2012 08:18:28 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1283-gllmg-musl=m.gmane.org@lists.openwall.com Fri Jul 13 10:18:26 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Spb4n-0003RZ-6U for gllmg-musl@plane.gmane.org; Fri, 13 Jul 2012 10:18:13 +0200 Original-Received: (qmail 17442 invoked by uid 550); 13 Jul 2012 08:18:12 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 17434 invoked from network); 13 Jul 2012 08:18:12 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=specialbusservice.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=77PKJ6yWEPUvaOSE99kS0MaZlBBn64fODNQXusqs9qQ=; b=k5QIqruLu3kJ0aABq0/pfW2/pFyFPzNOnmgJLNd0NFOcGe2taYv8ycfQIN5f37ujQM Kp62QzN1rNPIRc30f8X8cbSkpi1Yja2+afgxnFw3lOXdYEu6Ei4aO8vPWGGe0oCYD7jo c0IJBH6uglMGYhcFW0fSOqVdC/Nvob3qm63WU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=77PKJ6yWEPUvaOSE99kS0MaZlBBn64fODNQXusqs9qQ=; b=BKdXQ5vss+IHZSKndzhhTk06wQu7dUH91y+CPOZwl8b+i5x1rRtt+f6q98djSqutme gp6Bhfo67shVAmZgbe8m+yHJ4crGSsoWY7H9s1ouu5DPmr82q+Qk7O+CkDf9LN2WwFgS C2ar181mkKfwruLLXs9IYjlqY+9G5Rc2usItB40FInLDjKEcfIWhFw+lWngNoIcRDQMc GQM+eniExaZwjc8nmCZVPbBLn86RHTIEFeJX7dVXyhSFmHcSBZuH2kNYjRMyscBWt42p Gphbz8I6eYfgfFVjwcRz6o6beE4lKCyOBmMD2jmhU6Zv6EHVY3X99169VCVW4Bx3EbK9 oz1g== In-Reply-To: <20120713081525.GA14463@port70.net> X-Gm-Message-State: ALoCoQkciy+XoxvpTkWDCYNdnkusl/r4VVRq3oBAoPkTYAMzN0BTtrq/MLJTBIUMoY65+qLr8Oey Xref: news.gmane.org gmane.linux.lib.musl.general:1282 Archived-At: On Fri, Jul 13, 2012 at 9:15 AM, Szabolcs Nagy wrote: > so i think we shouldn't worry about applications using hard float > while the libc is soft float Agreed. For ARM the assumption is you don't use fp at all in softfloat, use the armhf ABI if you wan't real floats and have a more recent CPU. Most of the Linux distros are now splitting into two for ARM, hardfloat and softfloat, with the different ABI. Justin