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

# Mips r4k little endian

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

ROOT=hda
CONSOLE=ttyS0

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

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