Date: Thu, 6 Jan 2011 14:12:24 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r217054 - head/sys/powerpc/conf Message-ID: <201101061412.p06ECOwZ017179@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. Modified: head/sys/powerpc/conf/NOTES Modified: head/sys/powerpc/conf/NOTES ============================================================================== --- head/sys/powerpc/conf/NOTES Thu Jan 6 13:21:38 2011 (r217053) +++ head/sys/powerpc/conf/NOTES Thu Jan 6 14:12:24 2011 (r217054) @@ -20,7 +20,7 @@ options FPU_EMU #options MPC85XX options POWERMAC #NewWorld Apple PowerMacs -options PS3 #Sony Playstation 3 +#options PS3 #Sony Playstation 3 options PSIM #GDB PSIM ppc simulator options MAMBO #IBM Mambo Full System Simulator
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101061412.p06ECOwZ017179>