Subject: Re: CVS commit: syssrc/sys
To: Eduardo Horvath <eeh@netbsd.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 05/03/2002 10:49:07
On Fri, May 03, 2002 at 03:06:57AM +0300, Eduardo Horvath wrote:

 > Module Name:	syssrc
 > Committed By:	eeh
 > Date:		Fri May  3 00:06:57 UTC 2002
 > 
 > Modified Files:
 > 	syssrc/sys/arch/alpha/conf: std.alpha
 > 	syssrc/sys/arch/alpha/include: types.h
 > 	syssrc/sys/arch/sparc64/include: types.h
 > 	syssrc/sys/arch/x86_64/conf: std.x86_64
 > 	syssrc/sys/arch/x86_64/include: types.h
 > 	syssrc/sys/conf: files
 > 
 > Log Message:
 > Provide _LP64 definition if we are generating LP64 binaries.

This is completely the wrong way to do this.  The correct way is to
make the compiler provide the definition when it is generating LP64
code.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>