From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 19 14:56:10 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 91F09E89; Tue, 19 Feb 2013 14:56:10 +0000 (UTC) (envelope-from borjam@sarenet.es) Received: from proxypop04.sare.net (proxypop04.sare.net [194.30.0.65]) by mx1.freebsd.org (Postfix) with ESMTP id 44B7BB0B; Tue, 19 Feb 2013 14:56:09 +0000 (UTC) Received: from [172.16.2.2] (izaro.sarenet.es [192.148.167.11]) by proxypop04.sare.net (Postfix) with ESMTPSA id A14059DEFF3; Tue, 19 Feb 2013 15:56:02 +0100 (CET) Subject: Re: Stupid question about integer sizes Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Borja Marcos In-Reply-To: Date: Tue, 19 Feb 2013 15:56:01 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <535EFAE7-F064-4B06-A692-62C3BF93780E@sarenet.es> References: <77B93E04-9254-4EF1-8BDB-ED9214CEC2BC@sarenet.es> To: mdf@FreeBSD.org X-Mailer: Apple Mail (2.1085) Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2013 14:56:10 -0000 On Feb 19, 2013, at 3:52 PM, mdf@FreeBSD.org wrote: > Last I knew -m32 still wasn't quite supported on 9.1. This is fixed Ahh I see. It should print a warning, then. It's the typical thing that = can drive you nuts ;) Thanks, Borja.