view sources/targets/powerpc-440fp/settings @ 962:3d2261361009

Remove the --extract option from download.sh, since EXTRACT_ALL=1 does the same thing and everything _else_ is controlled by environment variables. At it to the config file and adjust existing users.
author Rob Landley <rob@landley.net>
date Mon, 01 Feb 2010 03:46:49 -0600
parents b274eb556b50
children 6d0b8eacd14e
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"

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