view sources/targets/powerpc/settings @ 706:4ff4cf117082

Add "description" files to each target, move settings comments (if any) into them, then fluff descriptions out a bit.
author Rob Landley <rob@landley.net>
date Tue, 07 Apr 2009 21:30:08 -0500
parents 04109e3f877e
children b274eb556b50
line wrap: on
line source

KARCH=powerpc
KERNEL_PATH=vmlinux
GCC_FLAGS="--enable-sjlj-exceptions"
BINUTILS_FLAGS=
QEMU_TEST= #ppc

ROOT=hda
CONSOLE=ttyS0

# Gentoo from Scratch
GFS_CHOST="powerpc-gentoo-linux-uclibc"
GFS_ARCH="ppc"

emulator_command()
{
  echo qemu-system-ppc -M g3beige $(qemu_defaults "$@")
}