From mint-bounce@lists.fishpool.fi Tue Mar 3 15:05:46 2009 Message-ID: <49AD8D10.3000906@freesbee.fr> Date: Tue, 03 Mar 2009 21:03:28 +0100 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: mint@fishpool.com Subject: Re: [MiNT] OpenSSL 0.9.8j / OpenSSH 5.2p1 / ZLib 1.2.3 RPMs Available for testing.... References: <49AD8BDE.3050103@atari-source.org> In-Reply-To: <49AD8BDE.3050103@atari-source.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id n23K5jSP019911 Mark Duckworth wrote: > What flags did you use? As I recall using -lm to get the math functions > will not automatically use the FPU when it is available but I don't > know. Anyone remember more details on that? As far as I know, GCC never use FPU detection. By default, it is not used. FPU support is only turned on by compiling with -m68020-60. In that case, the resulting binaries are FPU only. -- Vincent Rivière