view sources/targets/powerpc-440fp/settings @ 1265:918501f802d1

Update squashfs and kernel to current versions.
author Rob Landley <rob@landley.net>
date Thu, 21 Oct 2010 19:09:51 -0500
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 "$@")
}