view sources/targets/sh4/details @ 592:a852232f3379

Switch from one sh4 that doesn't work to another sh4 that doesn't work. This one's based on the sh4 qemu defconfig.
author Rob Landley <rob@landley.net>
date Sat, 17 Jan 2009 05:46:47 -0600
parents f0ceae67ebd0
children 3eb4cf8cc300
line wrap: on
line source

KARCH=sh
KERNEL_PATH=arch/${KARCH}/boot/zImage
GCC_FLAGS= #"--with-cpu=m4-nofpu"
BINUTILS_FLAGS=
QEMU_TEST=$KARCH
CROSS_TARGET=sh-superh-linux

ROOT=sda
CONSOLE=TTYAMA0

emulator_command()
{
  echo qemu-system-sh4 -M r2d $(qemu_defaults "$@")
#	-net nic,model=rtl8139 -net user
  echo
}