view sources/targets/powerpc/settings @ 705:04109e3f877e

Rename "details" to "settings" in sources/targets.
author Rob Landley <rob@landley.net>
date Tue, 07 Apr 2009 19:48:56 -0500
parents sources/targets/powerpc/details@b4a9c0084f2f
children 4ff4cf117082
line wrap: on
line source

# Power PC system

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 "$@")
}