Rafal Jaworowski 321578e3d0 Connect MPC85XX to the PowerPC build.
The kernel config file is KERNCONF=MPC85XX, so the usual procedure applies:

1. make buildworld TARGET_ARCH=powerpc
2. make buildkernel TARGET_ARCH=powerpc TARGET_CPUTYPE=e500 KERNCONF=MPC85XX

This default config uses kernel-level FPU emulation. For the soft-float world
approach:

1. make buildworld TARGET_ARCH=powerpc TARGET_CPUTYPE=e500
2. disable FPU_EMU option in sys/powerpc/conf/MPC85XX
3. make buildkernel TARGET_ARCH=powerpc TARGET_CPUTYPE=e500 KERNCONF=MPC85XX

Approved by:	cognet (mentor)
MFp4:		e500
2008-03-03 20:40:20 +00:00
..
2008-03-03 20:40:20 +00:00
2007-12-02 20:40:35 +00:00
2007-12-02 20:40:35 +00:00
2007-12-02 20:40:35 +00:00
2007-11-19 16:24:10 +00:00
2008-03-02 06:24:29 +00:00
2007-10-31 07:28:45 +00:00