view sources/targets/powerpc/settings @ 909:1720e1d988db

Deleting the gcc build directory has to happen from the right current working directory.
author Rob Landley <rob@landley.net>
date Tue, 01 Dec 2009 19:43:42 -0600
parents b274eb556b50
children 48784ae8533e
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"

UCLIBC_CONFIG="
TARGET_powerpc=y
UCLIBC_HAS_FPU=y
"

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