view sources/targets/powerpc/settings @ 772:7cb6ef2cdf10

Busybox unstable currently needs this patch too.
author Rob Landley <rob@landley.net>
date Wed, 01 Jul 2009 18:02:44 -0500
parents 4ff4cf117082
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 "$@")
}