view sources/targets/powerpc-440fp/settings @ 1371:6d0b8eacd14e

Merge description files into settings files as $DESCRIPTION entry.
author Rob Landley <rob@landley.net>
date Sat, 11 Jun 2011 22:43:24 -0500
parents b274eb556b50
children 609ef233c55e
line wrap: on
line source

source "$CONFIG_DIR/powerpc/settings"

DESCRIPTION="Power PC 440, with hardware floating point."

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

UCLIBC_CONFIG="
TARGET_powerpc=y
UCLIBC_HAS_FPU=y
"

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