From owner-freebsd-current Sat Jul 7 11:54:11 2001 Delivered-To: freebsd-current@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 8169B37B401 for ; Sat, 7 Jul 2001 11:54:09 -0700 (PDT) (envelope-from obrien@nuxi.ucdavis.edu) Received: from dragon.nuxi.com (root@trang.nuxi.com [206.40.252.115]) by relay.nuxi.com (8.11.2/8.11.2) with ESMTP id f67Is8R18333; Sat, 7 Jul 2001 11:54:08 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f67Is8U16958; Sat, 7 Jul 2001 11:54:08 -0700 (PDT) (envelope-from obrien) Date: Sat, 7 Jul 2001 11:54:08 -0700 From: "David O'Brien" To: Mark Peek Cc: Peter Jeremy , freebsd-current@FreeBSD.ORG Subject: Re: chgrp broken on alpha systems Message-ID: <20010707115408.E16759@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20010706150804.B506@gsmx07.alcatel.com.au> <20010706163743.D506@gsmx07.alcatel.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: ; from mark@whistle.com on Fri, Jul 06, 2001 at 07:40:59AM -0700 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-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jul 06, 2001 at 07:40:59AM -0700, Mark Peek wrote: > I had the same idea last night. I modified my PowerPC cross-compiler > "port" to produce an Alpha version. This is based on the lang/gcc295 > port so it contains the FreeBSD patches for things like -Wformat. For > sake of example, I only worried about the compiler and not linking > since that would require compiling or downloading the libs for an > Alpha. I think a LP64 i386 compiler would be more useful as one should be able to make it thru a complete `make buildworld' with it. BDE does this by setting "_LARGE_LONG" and "LONG_TYPE_SIZE=64". See /usr/src/gnu/usr.bin/cc/Makefile.inc. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message