view sources/targets/powerpc-440fp/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 14ebb6e13ce2
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()
{
  echo qemu-system-ppc -M bamboo $(qemu_defaults "$@")
}