view sources/targets/sh4/details @ 618:3eb4cf8cc300

An sh4 variant that now almost works, except for a lack of -append in qemu svn.
author Rob Landley <rob@landley.net>
date Fri, 13 Feb 2009 03:31:09 -0600
parents a852232f3379
children 243594326fb2
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=ttySC0

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