view sources/targets/mips/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/mips/details@b4a9c0084f2f
children 4ff4cf117082
line wrap: on
line source

# Mips r4k big endian

KARCH=mips
KERNEL_PATH=vmlinux
BINUTILS_FLAGS=
GCC_FLAGS="--enable-sjlj-exceptions"
QEMU_TEST=mips

ROOT=hda
CONSOLE=ttyS0

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

emulator_command()
{
  echo qemu-system-mips -M malta $(qemu_defaults "$@")
}