From owner-freebsd-ia64 Wed Nov 21 9:56:27 2001 Delivered-To: freebsd-ia64@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id ACA7837B418 for ; Wed, 21 Nov 2001 09:56:22 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fALHsFx36957; Wed, 21 Nov 2001 09:54:15 -0800 (PST) (envelope-from obrien) Date: Wed, 21 Nov 2001 09:54:15 -0800 From: "David O'Brien" To: Peter Wemm Cc: Doug Rabson , ia64@FreeBSD.org Subject: Re: Background fsck considered harmful... Message-ID: <20011121095415.A36921@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20011121021622.A42935@dragon.nuxi.com> <20011121103911.9F19A38FF@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011121103911.9F19A38FF@overcee.netplex.com.au>; from peter@wemm.org on Wed, Nov 21, 2001 at 02:39:11AM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Nov 21, 2001 at 02:39:11AM -0800, Peter Wemm wrote: > So what define to I test to see if a host has 64 bit longs (dont care > about the others)? > > #if defined(__IP32L64__) || defined(__LP64__) || defined(__I32LP64__) ? > How many other permutations are there? There is nothing standard for GCC. I'll look at what other platforms do (that needed this), AND how easy it will be for me to plug it into the right place. The lack of allowing for ANSI-C string concatination makes doing some things harder in FSF GCC. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message