From owner-freebsd-current@FreeBSD.ORG Fri Sep 7 03:26:52 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C13AB16A418 for ; Fri, 7 Sep 2007 03:26:52 +0000 (UTC) (envelope-from davids@webmaster.com) Received: from mail1.webmaster.com (mail1.webmaster.com [216.152.64.169]) by mx1.freebsd.org (Postfix) with ESMTP id A770313C474 for ; Fri, 7 Sep 2007 03:26:52 +0000 (UTC) (envelope-from davids@webmaster.com) Received: from however by webmaster.com (MDaemon.PRO.v8.1.3.R) with ESMTP id md50001666549.msg for ; Thu, 06 Sep 2007 20:16:10 -0700 From: "David Schwartz" To: "Current@Freebsd. Org" Date: Thu, 6 Sep 2007 20:15:24 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <46E0B9D3.8000505@pacific.net.sg> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Importance: Normal X-Authenticated-Sender: joelkatz@webmaster.com X-Spam-Processed: mail1.webmaster.com, Thu, 06 Sep 2007 20:16:10 -0700 (not processed: message from trusted or authenticated source) X-MDRemoteIP: 206.171.168.138 X-Return-Path: davids@webmaster.com X-MDaemon-Deliver-To: current@freebsd.org X-MDAV-Processed: mail1.webmaster.com, Thu, 06 Sep 2007 20:16:10 -0700 Cc: Subject: RE: how to tell 64 vs 32 bit architecture ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: davids@webmaster.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2007 03:26:52 -0000 > I have not found a method yet whic works 100% and is portable. Only because terms like "32-bit architecture" are not well-defined. If you can define more precisely what it is you really want to test for, it may become more obvious how to test for it. DS