view sources/targets/sh4/settings @ 705:04109e3f877e

Rename "details" to "settings" in sources/targets.
author Rob Landley <rob@landley.net>
date Tue, 07 Apr 2009 19:48:56 -0500
parents sources/targets/sh4/details@b4a9c0084f2f
children 1093d3f26c5d
line wrap: on
line source

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

ROOT=sda
CONSOLE=ttySC0

# Gentoo from Scratch
GFS_CHOST="sh4-gentoo-linux-uclibc"
GFS_ARCH="sh"

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