Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Jan 2011 09:24:14 -0600
From:      Nathan Whitehorn <nwhitehorn@freebsd.org>
To:        John Baldwin <jhb@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r217054 - head/sys/powerpc/conf
Message-ID:  <4D25DE9E.80603@freebsd.org>
In-Reply-To: <201101061007.02920.jhb@freebsd.org>
References:  <201101061412.p06ECOwZ017179@svn.freebsd.org> <201101061007.02920.jhb@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 01/06/11 09:07, John Baldwin wrote:
> On Thursday, January 06, 2011 9:12:24 am Nathan Whitehorn wrote:
>> Author: nwhitehorn
>> Date: Thu Jan  6 14:12:24 2011
>> New Revision: 217054
>> URL: http://svn.freebsd.org/changeset/base/217054
>>
>> Log:
>>    Unbreak the LINT build. PS3 kernels can only be built 64-bit, and LINT is
>>    built for both architectures. We need a better solution here.
> NOTES64?  (At some point it almost seems that a sys/powerpc64/conf/ with
> GENERIC and NOTES would be simpler even if that is all the sys/powerpc64
> directory contained).
>

Adding a /sys/powerpc64/conf makes all kinds of things harder, since it 
implies MACHINE=powerpc64. You then have to duplicate all the stuff in 
/sys/conf, special-case things in /sys/boot, add tons of stub headers, 
etc., etc. I had this while developing, and it was much worse to deal 
with than the current setup -- and while developing, I could use 
symlinks in the tree.

A NOTES64, or conditional logic in config(8), are better solutions, I think.
-Nathan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D25DE9E.80603>