view sources/targets/powerpc-440fp/settings @ 804:14ebb6e13ce2

Use the powerpc kernel config for powerpc-440fp, since the 440 instruction set is more or less a subset of powerpc, and qemu can't emulate the processor for a bamboo board yet. (So the toolchain and root filesystem is 440, and we boot with full powerpc kernel and qemu to test it.)
author Rob Landley <rob@landley.net>
date Thu, 13 Aug 2009 03:10:37 -0500
parents 4ff4cf117082
children b274eb556b50
line wrap: on
line source

source "$CONFIG_DIR/powerpc/settings"

CROSS_TARGET=powerpc-unknown-linux
GCC_FLAGS="--with-cpu=440fp --with-tune=440fp ${GCC_FLAGS}"
BINUTILS_FLAGS="--with-cpu=440fp --with-tune=440fp"

emulator_command()
{
  # Should be -M bamboo, but that doesn't work in qemu.
  echo qemu-system-ppc -M g3beige $(qemu_defaults "$@")
}