From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 01 Nov 2012 10:56:44 +0100 Subject: [U-Boot] [PATCH] fs: zfs: fix illegal use of fp In-Reply-To: <1351707693-7962-1-git-send-email-amery@geeks.cl> References: <1351707693-7962-1-git-send-email-amery@geeks.cl> Message-ID: <5092475C.3000909@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/31/2012 07:21 PM, Alejandro Mery wrote: > the upcoming sunxi (allwinner a10/a13) platform enables zfs > by default, and using linaro's hf -msoft-float makes the build > fail because this u64 division. > > Signed-off-by: Alejandro Mery Acked-by: Stefan Roese Thanks, Stefan