view sources/targets/powerpc-440fp/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-440fp/details@b4a9c0084f2f
children 4ff4cf117082
line wrap: on
line source

# Power PC system

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