From owner-freebsd-arm@freebsd.org Thu Oct 1 08:54:23 2015 Return-Path: Delivered-To: freebsd-arm@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 DCF38A0CFAD for ; Thu, 1 Oct 2015 08:54:22 +0000 (UTC) (envelope-from pkhavkine@gmail.com) Received: from mail-io0-x22c.google.com (mail-io0-x22c.google.com [IPv6:2607:f8b0:4001:c06::22c]) (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 AA41F1C9F for ; Thu, 1 Oct 2015 08:54:22 +0000 (UTC) (envelope-from pkhavkine@gmail.com) Received: by ioiz6 with SMTP id z6so77414955ioi.2 for ; Thu, 01 Oct 2015 01:54:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=YQa/GY68pVGmPHnZnxG2cVHsYKQBPNyGFrBcGHkVRtE=; b=DEisenmJceYYk2limsi/zstix2dqYss+bjMv08O2oNjYesDqUUV8e05plmd0nkGIeO v4NteRa/bVd5eXhKPf/awbCBwR3tVhOIhmgIlvvOkXCNoBCSHjGFLMFjDjwqSI50J2MC kSuh7AGpGCfoukQ1iKSb4TcvN9EnW9Aa53Ptu9U2Gftr5zGILEddffC9NyUsSIiPeVvO 7LjroW3z5rlIBkf4WgUcLMdTgzzIp732Gij00P5HQybQC3/uB6Hl3ikrmIi3hh97f7yz pozpbh/AJMSjJgEbW2MTZAoJmUwiTpmrUgX3CH6diA3EOXbsI3bnVvhsuPY96M73I3KB 8Bxw== MIME-Version: 1.0 X-Received: by 10.107.47.221 with SMTP id v90mr9329374iov.185.1443689661983; Thu, 01 Oct 2015 01:54:21 -0700 (PDT) Received: by 10.107.12.158 with HTTP; Thu, 1 Oct 2015 01:54:21 -0700 (PDT) In-Reply-To: <560CF28F.4000908@kronometrix.org> References: <560CF28F.4000908@kronometrix.org> Date: Thu, 1 Oct 2015 04:54:21 -0400 Message-ID: Subject: Re: compile kernel with hard float support From: Paul Khavkine To: sparvu@kronometrix.org Cc: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2015 08:54:23 -0000 Hi Stefan. I have done it a couple weeks ago. Building and running armv6hf works. On Thu, Oct 1, 2015 at 4:45 AM, Stefan Parvu wrote: > > I understood, by default, the image > FreeBSD-armv6-11.0-RPI2-286947.img.gz has soft float support. All > float-point operations are done in software not using the ARM hardware > VFP. Correct ? > > If I want to build FreeBSD 11 with hard float support can I do this > already ? Do we support hard float ? And how should I compile things ? > > # setenv ARCH armv6hf (is this correct ?) > # make buildkernel KERNCONF=RPI2 > > Thanks, > > > [1] http://download.raspbsd.org/FreeBSD-armv6-11.0-RPI2-286947.img.gz > > -- > Stefan Parvu > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >